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

{% trans 'Placeholders with changes' %}

{% for slot, html in slot_html.items %}

{{ slot }}

{{ html|safe }}
{% 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 %}

{% endblock %}