{% extends "web-themes/aubergine/index.1col.html" %}
{% block content %}
Preparing to Publish to:
{% if additions %}
Additions
{% for url, rev in additions.items %}
{{ url }} | {{rev.created_date}} | rev: {{rev.revision_id}} |
{% endfor %}
{% endif %}
{% if changes %}
Changes
{% endif %}
{% if deletions %}
Deletions
{% for url, rev in deletions.items %}
{{ url }} | {{rev.created_date}} | rev: {{rev.revision_id}} |
{% endfor %}
{% endif %}
{% if target_view %}
{% endif %}
{% endblock %}
{% block colophon %}
{% include "toolbar.html" %}
{% endblock %}