{% if form.errors %} {% trans "Please correct the error" %}{{ form.errors|pluralize }} below. {% endif %} {% trans "Update the information below" %} {{ form.as_template }} {% trans "Static information" %} Approved : {% if team.approved %}{% trans "Yes" %}{% else %}{% trans "No" %}{% endif %} {% if team.approved %} Date Approved : {{ team.approved_date }} Reapproval Date : {{ team.expires_date }} {% endif %} {% if is_popup %}{% endif %}