{# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %}
| Date {% if sort == "date" %}{% endif %} | From {% if sort == "from_groups" %}{% endif %} | To {% if sort == "to_groups" %}{% endif %} | Deadline {% if sort == "deadline" %}{% endif %} | Title {% if sort == "title" %}{% endif %} |
|---|---|---|---|---|
| {{ liaison.sort_date|date:"Y-m-d" }} | {{ liaison.from_groups_display }} | {{ liaison.to_groups_display }} | {{ liaison.deadline|default:"-"|date:"Y-m-d" }}
{% if liaison.deadline and not liaison.action_taken %}
Action Needed {% endif %} |
{{ liaison.title }} |