{% load i18n %} {% csrf_token %}
{{ group_form.name }}
{{ group_form.description }}
{% if group.id %}
{% endif %}
{% include 'snippets/privacy_select_no_followers.html' with current=group.privacy %}