-
Notifications
You must be signed in to change notification settings - Fork 52.2k
Open
Description
`
<title>التحويلات المالية - مؤسسة الوليد للإنسانية</title> <style> body { font-family: 'Arial'; direction: rtl; text-align: right; background-color: #f7f7f7; padding: 30px; } table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.1); } th, td { padding: 12px; border: 1px solid #ddd; } th { background-color: #198754; color: white; } a.button { background-color: #0d6efd; color: white; padding: 10px 20px; text-decoration: none; border-radius: 8px; } </style>سجل التحويلات المالية
إضافة تحويل جديد{% for txn in transactions %} {% endfor %}
رقم العملية | الاسم | الدولة | الحساب | البنك | المبلغ | العملة | طريقة التحويل | الغرض | التاريخ |
---|---|---|---|---|---|---|---|---|---|
{{ txn.id }} | {{ txn.name }} | {{ txn.country }} | {{ txn.account }} | {{ txn.bank }} | {{ txn.amount }} | {{ txn.currency }} | {{ txn.method }} | {{ txn.purpose }} | {{ txn.date }} |
`
Metadata
Metadata
Assignees
Labels
No labels