{% extends "base.html" %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block title %}History for Liaison Statement - {{ liaison.title }}{% endblock %} {% block content %}
| 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 }} |