mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Merge branch 'main' into stvnrlly-hide-letters
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
{{ big_number(
|
||||
sms_cost,
|
||||
'spent',
|
||||
currency="£",
|
||||
currency="$",
|
||||
smaller=True
|
||||
) }}
|
||||
</div>
|
||||
@@ -73,7 +73,7 @@
|
||||
{{ big_number(
|
||||
letter_cost,
|
||||
'spent',
|
||||
currency="£",
|
||||
currency="$",
|
||||
smaller=True
|
||||
) }}
|
||||
</div>
|
||||
@@ -100,7 +100,7 @@
|
||||
{% call field(align='left') %}
|
||||
{{ big_number(
|
||||
item.sms_cost + item.letter_cost,
|
||||
currency="£",
|
||||
currency="$",
|
||||
smallest=True
|
||||
) }}
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user