{% extends "helfertool/admin.html" %} {% load i18n bootstrap4 icons %} {% block admincontent %}
{% trans "Subject" %} | {% trans "Receiver" %} | {% trans "Date" %} | ||
---|---|---|---|---|
{% if mail.failed %} {% icon "exclamation-triangle" %} {% endif %} | {{ mail.subject }} |
|
{{ mail.date }} | {% icon "search" %} {% trans "View" %} |
{% trans "No mails were sent (or you are not allowed to see these mails)." %}
{% endif %} {% endblock %}