mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 16:43:11 -04:00
Merge pull request #1768 from gov-cjwaszczuk/add-letters-to-monthly-messages-sent
Include letters on monthly messages sent
This commit is contained in:
@@ -33,8 +33,10 @@
|
||||
'Month',
|
||||
'Emails',
|
||||
'Text messages',
|
||||
'letters',
|
||||
],
|
||||
field_headings_visible=False
|
||||
field_headings_visible=False,
|
||||
equal_length=True
|
||||
) %}
|
||||
{% if not month.future %}
|
||||
{% call row_heading() %}
|
||||
@@ -42,7 +44,8 @@
|
||||
{% endcall %}
|
||||
{% for counts, template_type in [
|
||||
(month.email_counts, 'email'),
|
||||
(month.sms_counts, 'sms')
|
||||
(month.sms_counts, 'sms'),
|
||||
(month.letter_counts, 'letter')
|
||||
] %}
|
||||
{% call field(align='left') %}
|
||||
{{ big_number(
|
||||
|
||||
Reference in New Issue
Block a user