{% csrf_token %}
{{ _('Groups') }}
{% if groups_privacy_form.non_field_errors() %}
    {% for error in groups_privacy_form.non_field_errors() %}
  • {{ error }}
  • {% endfor %}
{% endif %}

{% trans %} Groups are a community of Mozillians with some relation to each other. This can be an interest, team, project, product or sub-community. {% endtrans %}

{% if profile.is_vouched %}

{% trans browse=url('groups:index_groups') %} To join a group, find the group's page, then click the Join Group button. {% endtrans %} {% trans %} To leave a group, click its name below to go to its page, then click the Leave Group button there. {% endtrans %}

{% else %}

{% trans %} After you are vouched, you will be able to join groups. {% endtrans %}

{% endif %} {{ privacy_field(groups_privacy_form.privacy_groups) }}