{% load i18n %} {% csrf_token %}
{{ group_form.name }}
{{ group_form.description }}
{% include 'snippets/privacy_select.html' with current=group.privacy %}
{% if group.id %}
{% trans "Delete group" as button_text %} {% include 'snippets/toggle/toggle_button.html' with class="is-danger" text=button_text icon_with_text="x" controls_text="delete_group" controls_uid=group.id focus="modal_title_delete_group" %}
{% endif %}