{% if form.errors %}

{% trans "Please correct the error" %}{{ form.errors|pluralize }} below.

{% endif %}

{% trans "Update the information below:" %}

{{ form.as_template }}
{% if team.approved %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %}
{% if team.approved %}
{{ team.approved_date }}
{{ team.expires_date }}
{% endif %}
{% if is_popup %}{% endif %}