{% extends postorius_base_template %} {% load url from future %} {% load i18n %} {% load nav_helpers %} {% 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 %}