diff --git a/app/templates/views/job.html b/app/templates/views/job.html
index 08fa08d5d..768519423 100644
--- a/app/templates/views/job.html
+++ b/app/templates/views/job.html
@@ -52,19 +52,23 @@
{% call(item) list_table(
[
- {'phone': '+447700 900995', 'template': template['name'], 'status': 'queued'}
+ {'row': 1, 'phone': '+447700 900995', 'template': template['name'], 'status': 'queued'}
],
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.phone}}
+ {{ item.row }}.
+ {% endcall %}
+ {% call field() %}
+ {{item.phone[:3]}} •••• ••••••
{% endcall %}
{% call field() %}
{{item.template}}