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