{% extends "base.html" %} {% load ietf_filters %} {% block title %}History for {{ doc.name }}-{{ doc.rev }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {{ top|safe }} {% if diff_revisions %}
Date | Version | By | Text |
---|---|---|---|
{{ e.time|date:"Y-m-d" }} | {{ e.rev }} | {{ e.by|escape }} | {{ e.desc|format_history_text }} |