{% extends "base.html" %} {% load i18n %} {% block title %}{{ team.name }}{% endblock %} {% block content %}
{% trans "Go back to Team list." %}
{% trans "Go back to team details." %}
{% trans "Please correct the error" %} {{ form.errors|pluralize }} below.
{% endif %}