{% trans "Previewing revision:" %}
{% include "wiki/includes/revision_info.html" %}
{% endif %}
{% if merge %}
{% trans "Previewing a merge between two revisions:" %}
{% endif %}
- {% include "wiki/includes/revision_info.html" with revision=merge1 %}
- {% include "wiki/includes/revision_info.html" with revision=merge2 %}
{{ title }}
{% if revision and revision.deleted %}
{% trans "This revision has been deleted." %}
{% else %}
{% wiki_render article content %}
{% endif %}
{% trans "Restoring to this revision will mark the article as deleted." %}