{% extends 'base.html' %} {% import 'fomanticui.j2' as sui %} {% import 'flask.j2' as flask %} {% block script %} {% endblock %} {% block content %} {% if edited_group %} {% endif %} {% if edited_group %}

{% trans %}Members{% endtrans %}

{% endif %}

{% if not edited_group %} {% trans %}Group creation{% endtrans %} {% else %} {% trans %}Group edition{% endtrans %} {% endif %}
{% if not edited_group %} {% trans %}Create a new group{% endtrans %} {% else %} {% trans %}Edit informations about a group{% endtrans %} {% endif %}

{{ flask.messages() }}
{{ form.hidden_tag() if form.hidden_tag }} {{ sui.render_field(form.name) }} {% if not edited_group %}

{% trans %}Because group cannot be empty, you will be added to the group. You can remove you later by editing your profile when you will have added other members to the group.{% endtrans %}

{% endif %} {% if edited_group %} {% endif %}
{% endblock %}