{% extends "admin/ldt_utils/app_action.html" %} {% load i18n %} {# reindex contents #} {% block content %} {% if message %}

{{ message }}

{% endif %} {% if form. %}
{% endif %}
{% csrf_token %} {{ form.as_table }}
Back to administration page {% endblock %}