{% extends "orga/settings/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load staticfiles %} {% block settings_content %}
{% csrf_token %} {% trans "Review settings" %} {% bootstrap_form form layout='horizontal' %}
{{ team|length }} {% trans "Reviewers" %}
{% if team|length < 4 %}{% if not pending or pending and pending|length < 3 %} {% trans "Review teams of three people or less are somewhat small and provide more work for everyone. Why don't you invite some more reviewers?" %}
{% endif %}{% endif %} {% trans "To invite more members to your review team, enter an email address or username below." %}
{% if pending %} {{ pending|length }} {% trans "Pending Invitations" %} {% endif %}
{% compress js %} {% endcompress %} {% endblock %}