{% if template_statistics|length > 1 %}

Most Used Templates

{% for item in template_statistics[:8] %} {% endfor %}
Messages sent by template
Template name Folder Last used Created by # Times used
{{ item.template_name }}

{{ item.template_folder }}

{{ item.last_used|format_datetime_table}}

{{ item.created_by }}

{{ item.count }}

See templates by month
{% endif %}