{% load restructuredtext %} {% extends "restructuredtext/base.html" %} {% block main_title %}{{title}}{% endblock %} {% block feeds %}{% rstflatpage_feeds %} {{ block.super }} {% endblock %} {% block main_body %} {% block content %}

{{ title }}

{% for entry in object_list %} {% ifchanged %}{% endifchanged %} {% endfor %}
{{ entry.changed|date:"Y-m-d"}}
{% if entry.is_current %}* {% endif %}{{ entry.page.title}}{% if entry.is_current %}{% endif %} {{ url_base|escape }}{{ entry.page.url|escape }} {% if forloop.first and is_today %}{{ entry.changed|timesince }} ago{% else %}{{ entry.changed|date:"g:i:s A"|lower }}{% endif %} {{ entry.changed_by|escape }} {{ entry.comment|escape }}
{% endblock %} {% endblock %}