{% extends 'admin/base_site.html' %} {% load i18n %} {% block content %}

{% trans 'Placeholders with changes' %}
{% for slot, html in slot_html.items %}

{{ slot }}

{% block slot %} {% autoescape off %}

{{ html }}

{% endautoescape %} {% endblock %} {% endfor %}
{% trans 'Info' %}

{% blocktrans %} Reverting to this page revision will apply the above changes: green sections will be inserted, red sections will be deleted! {% endblocktrans %}

{% trans 'Revert' %} {% endblock %}