{% load i18n simplewiki_utils %} {{ wiki_title }} {% block wiki_head %} {% endblock %}
Textbook Courseware Discussion Wiki Profile Help Log out

{% block wiki_page_title %}{% endblock %}


{% block wiki_panel %}

{% if wiki_article %}

{% endif %}

{% if wiki_article %} {% if wiki_article.locked %}

{% trans "This article has been locked" %}

{% endif %}

{% trans "Last modified" %}: {{ wiki_article.modified_on|date }}, {{ wiki_article.modified_on|time }}

{% endif %}
{% endblock %} {% block wiki_body %} {% endblock %}