{% from "library.j2" import form_button, render_errors %}
{{- group_chat_form.csrf_token -}}

{% trans %}Create new circle group chat{% endtrans %}

{% trans %}Add a chat to your circle so its members can hold group discussions.{% endtrans %}

{% trans %}Tip:{% endtrans %} {% trans %}This is only for creating group chats that automatically include all members of the circle. If you want a normal group chat, create it in the Snikket app instead.{% endtrans %}

{{ group_chat_form.name.label }} {{ group_chat_form.name }}
{%- call form_button("add", group_chat_form.action_save, class="primary") %}{% endcall -%}