{% extends "postorius/base.html" %} {% load i18n %} {% load nav_helpers %} {% load pagination %} {% block head_title %} {{ page_title }} | {{ list.fqdn_listname }} - {{ block.super }} {% endblock %} {% block content %} {% list_nav 'list_subscription_requests' page_title page_subtitle %} {% if paginated_requests.paginator.count > 0 %}
{% trans 'E-Mail Address' %} | {% trans 'Actions' %} |
---|---|
{{ request.email }} | {% trans 'Discard' %} {% trans 'Ban' %} |
{% trans 'There are currently no subscription requests for this list.' %}
{% endif %} {% endblock %}