{% extends "core/base.html" %} {% load material_form i18n %} {% block page_title %}{% blocktrans %}Group communication{% endblocktrans %}{% endblock %} {% block content %}

{{ group.name }} {{ group.short_name }}

{% csrf_token %} {% form form=group_contact_form %}{% endform %} {% trans "Send" as caption%} {% include "core/save_button.html" with icon="send" caption=caption %}
{% endblock %}