{% from "components/table.html" import list_table, field, hidden_field_heading, right_aligned_field_heading %}
{% for item in template_statistics %}
{{ item.template.name }}
{{ item.usage_count }} {{ 'text messages' if item.template.template_type == 'sms' else 'emails' }} sent
{% endfor %}