{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters ipr_filters static %} {% block morecss %} {% endblock %} {% block title %}History for IPR - {{ ipr.title }}{% endblock %} {% block content %} {% origin %}
| Date | Type | By | Text | |
|---|---|---|---|---|
| {{ e.time|date:"Y-m-d" }} | {{ e.type }} {% if e.response_due and e.response_past_due %} {% endif %} | {{ e.by }} | {% if e.message %}{{ e.message|render_message_for_history|format_history_text:"100"|safe }}
{% if e.response_due %}
Response Due: {{ e.response_due|date:"Y-m-d" }} {% endif %} |
{% else %}
{{ e.desc|format_history_text }} | {% endif %}