{% load wiki_tags i18n %}{% load compressed %} {% compressed_css 'course' %} {% compressed_js 'main_vendor' %}
{% if revision %}
{% 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 %}
This revision has been deleted.

Restoring to this revision will mark the article as deleted.

{% else %} {% wiki_render article content %} {% endif %}
{% compressed_js 'application' %} {% compressed_js 'module-js' %} {% with mathjax_mode='wiki' %} {% include "mathjax_include.html" %} {% endwith %}