{% extends "restructuredtext/base.html" %} {% block main_title %}{{title}}{% endblock %} {% block main_body %} {% block content %} All  {% for letter in "ABCDEFGHIJKLMNOPQRSTUVWXYZ" %} {% ifequal startswith letter %}{{ letter }} {% else %} {{ letter }}{% endifequal %}  {% endfor %} {% if is_byurl %}By Name{% else %} By URL{% endif %}

{{ title }}{% if startswith %} ({{ startswith }}){% endif %}{% if is_byurl %} [By URL]{% endif %}

{% for entry in object_list %} {% endfor %}
{{ entry.page.title }} {{ entry.page.url }} {{ entry.changed|date }}
{% endblock %} {% endblock %}