{% extends base_template %} {% load i18n %} {% block title %}{% trans "Add Group" %}{{ block.super }}{% endblock title %} {% block headjs %}{{ block.super }} {% endblock headjs %} {% block content %}

{% trans "Add a new group" %}

{% csrf_token %} {% if not singlefacility %}

{{ facility }} {% trans "(Select a different facility)" %}

{% endif %} {{ form.as_p }} {% trans "Create group" as create_group %}
{% endblock content %}