diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 0731ae2c4..95f298c30 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -40,9 +40,7 @@ {% call(item, row_number) list_table( example, caption="Fill in the {}".format('field' if template.placeholders|length == 1 else 'fields'), - field_headings=[ - '{}'.format(recipient_column)|safe - ] + template.placeholders_as_markup|list + field_headings=[recipient_column] + template.placeholders|list ) %} {% for column in item %} {% call field() %}