Include letters on monthly messages sent

This commit is contained in:
chrisw
2018-01-30 12:08:46 +00:00
parent 083d601207
commit 82302626ad
3 changed files with 39 additions and 6 deletions
+5 -2
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(