{% extends "office/mails/base.html" %} {% load i18n %} {% load bootstrap4 %} {% load static %} {% load formset_tags %} {% block title %}{% trans "Mail Templates" %} :: {{ block.super }}{% endblock %} {% block mail_content %}
{% blocktrans trimmed %} There are a couple of default templates provided by byro, mostly revolving around members coming and going. {% endblocktrans %}
{% trans "Add new mail template" %} {% for template in templates %} {% endfor %}
{% trans "Subject" %}
{{ template.subject }}
{% include "office/pagination.html" %} {% endblock %}