{% csrf_token %}
{{ _('Group Type') }}
{% if ((criteria_form.non_field_errors()) or (curator_form and curator_form.non_field_errors()) or terms_expiration_form.non_field_errors()) %}
    {% for error in criteria_form.non_field_errors() %}
  • {{ error }}
  • {% endfor %} {% for error in curator_form.non_field_errors() %}
  • {{ error }}
  • {% endfor %} {% for error in terms_expiration_form.non_field_errors() %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{{ mozillians_field(criteria_form.accepting_new_members) }}

Open

The most common group type. When a group is set to "Open", it can be joined by any mozillian freely, without review or approval. Group Curators can invite and/or remove people from the group if needed. When in doubt about which group type to choose, default to "Open".

Reviewed

When a group is set to "Reviewed", Mozillians are presented with a "Request to Join" button on the group page. Once clicked, Group Curators will receive a pending request notification, prompting them to review and accept or deny the membership. Group Curators can invite and/or remove people from the group if needed.

Closed

"Closed" groups provide more tight control over a group. Mozillians cannot request membership, and can only be invited to join the group by Group Curators. Group Curators can, of course, remove people from the group if needed. Avoid using this group type unless you are absolutely sure it is necessary.

{{ mozillians_field(criteria_form.new_member_criteria, required=True) }}
{% csrf_token %}
{{ _('Curators') }}
{{ mozillians_field(curator_form.curators) }}
{% csrf_token %}
{{ _('Terms & Expiration') }}
{{ mozillians_field(terms_expiration_form.terms) }} {% trans url='http://daringfireball.net/projects/markdown/syntax' %} Use Markdown for bold, italic, lists and links. {% endtrans %}
{{ mozillians_field(terms_expiration_form.invalidation_days) }}