{% extends "wikiprox/base.html" %} {% block title %}Table of Contents — A-Z{% endblock %} {% block contents %}

Browse Topics  |  Table of Contents A-Z  |  Authors  |  Search

Table of Contents — A-Z

{% include "wikiprox/comingsoonmessage.html" %}
{% for letter,articles in articles_by_initial.items %} {% if articles %}

{{ letter.upper }}

{% for article in articles %} {{ article.title }}   {% endfor %}
{% endif %}{# articles #} {% endfor %}
{% endblock contents %}