{% extends request.content_only|yesno:"empty.html,base.html" %} {% load i18n static crispy_forms_filters %} {% block content %} {% trans "Back to the team detail" %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}