Merge pull request #1768 from gov-cjwaszczuk/add-letters-to-monthly-messages-sent

Include letters on monthly messages sent
This commit is contained in:
Chris Waszczuk
2018-02-07 10:52:52 +00:00
committed by GitHub
3 changed files with 39 additions and 6 deletions

View File

@@ -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(