{% from "components/table.html" import list_table, field, right_aligned_field_heading, row_heading, spark_bar_field %}
{% if template_statistics|length > 1 %}
{% call(item, row_number) list_table( template_statistics, caption="Messages sent by template", caption_visible=True, empty_message='', field_headings=[ 'Template', 'Messages sent' ], field_headings_visible=False ) %} {% call row_heading() %} {{ item.template_name }} {{ 1|message_count_label(item.template_type, suffix='template')|capitalize }} {% endcall %} {{ spark_bar_field(item.count, most_used_template_count, id=item.template_id) }} {% endcall %} See templates used by month
{% endif %}