{% trans "Previewing revision" %}:
{% include "wiki/includes/revision_info.html" %}
{% endif %}
{% if merge %}
{% trans "Previewing merge between" %}:
{% include "wiki/includes/revision_info.html" with revision=merge1 %}
{% trans "and" %}
{% include "wiki/includes/revision_info.html" with revision=merge2 %}
{% endif %}
{{ 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." %}