{# Copyright The IETF Trust 2007, All Rights Reserved #} {% load ietf_filters %} {% if doc.primary_flag %} {{ doc.area_acronym.area_acronym.acronym.upper }} {% ifequal doc.cur_state.state "In Last Call" %} {% if doc.document.lc_expiration_date %} {{ doc.document.lc_expiration_date|date:"M j" }}, {{ doc.document.lc_expiration_date|date:"Y" }} {% endif %} {% else %} {% if doc.status_date %} {{ doc.status_date|date:"M j" }}, {{ doc.status_date|date:"Y" }} {% endif %} {% endifequal %} {% else %} {% endif %} {{ doc.document.title|escape }} ({{ doc.document.intended_status|escape }}) {{ doc.document.displayname|safe }} {% if doc.primary_flag %} Token:{{ doc.token_name }} {% if doc.note %} Note:{{ doc.note|safe|urlize }} {% endif %} {% endif %}