{% extends "base.html" %} {% load i18n static crispy_forms_filters %} {% block content %} {% trans "Back to the user detail" %}
{% trans "Authorization templates:" %} {% trans "Adult" %}{% trans "Child" %}
{% csrf_token %} {{ form|crispy }}
{% endblock %}