{% extends 'administration/base_admin.html' %} {% load i18n %} {% block title %}{% blocktrans %}Edit the structure of {{ layout_section_slug }}{% endblocktrans %}{% endblock %} {% block content %}

{% trans "Select the layout you want for this section." %}

{% for p in list_layouts %}
{{ p.slug }}
{% endfor %}
{% endblock %}