mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Fix keys used to render monthly usage
These were out-of-sync with the API.
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<li class="tabular-numbers">{{ item.sms_free_allowance_used|format_thousands }} free {{ item.sms_free_count|message_count_label('sms', suffix='') }}</li>
|
||||
{% endif %}
|
||||
{% for sms in item.sms_breakdown %}
|
||||
<li class="tabular-numbers">{{ sms.sms_charged|message_count('sms') }} at
|
||||
<li class="tabular-numbers">{{ sms.charged_units|message_count('sms') }} at
|
||||
{{- ' {:.2f}p'.format(sms.rate * 100) }}</li>
|
||||
{% endfor %}
|
||||
{% for letter in item.letter_breakdown %}
|
||||
|
||||
Reference in New Issue
Block a user