{% extends "admin/base_site.html" %} {% block extrahead %}{{ block.super }} {% endblock extrahead %} {% block content %}
{% csrf_token %} {% include "admin/pylucid/includes/pylucid_formset.html" %} {% if formset %}

You change from model '{{ model_name }}' the attribute '{{ attr }}'. {% if filter_lang %}
The queryset is filtered by language: '{{ language }}'. {% endif %}

{% include "admin/pylucid/includes/buttons_save_abort.html" %} {% if formset.errors %} {% endif %} {{ formset.management_form }} {% for form in formset.forms %} {% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% if field.errors %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ field }}
{% endif %} {% include "admin/pylucid/includes/buttons_save_abort.html" %}
{% endblock %}