{% extends "authentic2/manager/base.html" %} {% load gadjo i18n %} {% block messages %} {% if not request.is_ajax %} {{ block.super }} {% endif %} {% endblock %} {% block content %}
{% if messages %} {% if request.is_ajax %} {% endif %} {% endif %} {% csrf_token %} {% block beforeform %} {% endblock %} {{ form|with_template }} {% block afterform %} {% endblock %} {% block buttons %}
{% trans "Cancel" %}
{% endblock %}
{% block other_actions %} {% if other_actions %} {% trans "Actions" %} {% for action in other_actions %} {% endfor %} {% endif %} {% endblock %}
{% block hidden_inputs %} {% endblock %}
{% endblock %}