{% extends postorius_base_template %} {% load i18n %} {% load nav_helpers %} {% block subtitle %} {% trans 'List Metrics' %} | {{ list.fqdn_listname }} {% endblock %} {% block main %} {% list_nav 'list_metrics' 'Metrics' %}
{% trans 'Created at' %} {{list.settings.created_at}}
{% trans 'Last post at' %} {{ list.settings.last_post_at }}
{% trans 'Digest last sent at' %} {{ list.settings.digest_last_sent_at }}
{% trans 'Volume' %} {{ list.settings.volume }}
{% endblock main %}