{% extends "orga/settings/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block settings_content %}
{% if team|length < 4 %}{% if pending and pending|length < 3 %} {% trans "Teams of three people or less are somewhat small and provide more work for everyone. Why don't you invite some more team members?" %}
{% endif %}{% endif %} {% trans "To invite more members to your team, enter an email address below." %}
{{ team|length }} {% blocktrans trimmed count count=team.count %} Team Member {% plural %} Team Members {% endblocktrans %} {% if pending %} {{ pending|length }} {% blocktrans trimmed count count=pending.count %} Pending Invitation {% plural %} Pending Invitations {% endblocktrans %} {% endif %}
{% endblock %}