{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load static %} {% block title %}History for {{ doc.name }}{% if doc.rev %}-{{ doc.rev }}{% endif %}{% endblock %} {% block morecss %} form.diff-form button[type=submit] { margin-left: 2em; } {% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %} {{ top|safe }} {% if diff_revisions and diff_revisions|length > 1 or doc.name|rfcbis %}

Revision differences

{% endif %}

Document history

{% if can_add_comment %}
Add comment
{% endif %} {% for e in events %} {% endfor %}
Date Rev. By Action
{{ e.time|date:"Y-m-d" }}
{{ e.rev }} {{ e.by|escape }} {{ e.desc|format_history_text|safe }}
{% endblock content %} {% block js %} {% endblock %}