Put real notifications on job page

This commit is contained in:
Chris Hill-Scott
2016-03-03 11:38:38 +00:00
parent 2f76ef27ce
commit a4a93116be
4 changed files with 12 additions and 18 deletions
+2 -8
View File
@@ -61,24 +61,18 @@
</ul>
{% call(item) list_table(
[
{'row': 1, 'phone': '+447700 900995', 'template': template['name'], 'status': 'sent'}
],
notifications,
caption=uploaded_file_name,
caption_visible=False,
empty_message="Messages go here",
field_headings=[
'Row',
'Recipient',
'Template',
right_aligned_field_heading('Status')
]
) %}
{% call field() %}
{{ item.row }}.
{% endcall %}
{% call field() %}
{{item.phone[:3]}} •••• ••••••
{{ item.to }}
{% endcall %}
{% call field() %}
{{item.template}}