{% trans "Previewing revision:" as tmsg%}{{tmsg|force_escape}}
{% include "wiki/includes/revision_info.html" %}
{% endif %}
{% if merge %}
{% trans "Previewing a merge between two revisions:" as tmsg%}{{tmsg|force_escape}}
{% 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." as tmsg %}{{tmsg|force_escape}}
{% else %}
{% wiki_render article content %}
{% endif %}
{% trans "Restoring to this revision will mark the article as deleted." as tmsg %}{{tmsg|force_escape}}