diff --git a/src/postorius/templates/postorius/lists/subscription_requests.html b/src/postorius/templates/postorius/lists/subscription_requests.html new file mode 100644 index 0000000..11a90c7 --- /dev/null +++ b/src/postorius/templates/postorius/lists/subscription_requests.html @@ -0,0 +1,55 @@ +{% extends postorius_base_template %} +{% load url from future %} +{% load i18n %} +{% load nav_helpers %} + +{% block body_class %}list_summary{% endblock %} + +{% block main %} + {% list_nav 'list_subscription_requests' "Subscription Requests" %} + +
{% trans 'Subject' %} | +{% trans 'Sender' %} | +{% trans 'Reason' %} | +{% trans 'Hold Date' %} | ++ |
---|---|---|---|---|
{{ msg.subject }} | +{{ msg.sender }} | +{{ msg.reason }} | +{{ msg.hold_date }} | + ++ {% trans 'View' %} + + {% trans 'Accept' %} + {% trans 'Defer' %} + {% trans 'Reject' %} + {% trans 'Discard' %} + + | +