{% extends "default.html" %} {% block pagetitle %}Edits of {{obj.shortlink}}{% endblock %} {% block content %}

Edits of {{obj.textlink | safe}}

{% if obj.fullname.startswith('p_') %} {% endif %} {% if obj.fullname.startswith('p_') %} {% endif %} {% for edit in obj.edits %} {% if obj.fullname.startswith('p_') %} {% endif %} {% endfor %}
TitleBody
{{obj.title_html | safe}}{{obj.body_html | safe}}
{{edit.old_title_html | safe}}{{edit.old_body_html | safe}}
{% endblock %}