{% extends "authentic2/manager/base.html" %} {% load i18n %} {% block messages %} {% if not request.is_ajax %} {{ block.super }} {% endif %} {% endblock %} {% block page_title %}{{ title }}{% endblock %} {% block content %}
{{ field.label_tag }} {{ field }} {% if field.errors %} {% for error in field.errors %} {{ error }} {% endfor %} {% endif %}