{% extends "base.html" %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}History for Liaison Statement - {{ liaison.title }}{% endblock %} {% block content %}

History for Liaison Statement
{{ liaison.title }}

{% include "liaisons/detail_tabs.html" %} {% if user|has_role:"Area Director,Secretariat,IANA,RFC Editor" %}

Add comment

{% endif %} {% for e in events %} {% endfor %}
Date Type By Text
{{ e.time|date:"Y-m-d" }} {{ e.type }} {% if e.response_due and e.response_past_due %} {% endif %} {{ e.by }} {{ e.desc|format_history_text }}
{% endblock content %} {% block js %} {% endblock %}