{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %} {% load widget_tweaks %} {% load ietf_filters %} {% load ballot_icon %} {% if user.is_authenticated %}
{% endif %} {% for session in doc.sessions %} {# font-size set to make the width of fa-calendar come out the same as fa-bookmark-o above: #} {% endfor %}
{% if doc.get_state_slug == "rfc" %}RFC {{ doc.rfc_number }}{% else %}{{ doc.name }}-{{ doc.rev }}{% endif %} {% if doc.get_state_slug == "rfc" and "draft" in doc.name %} (was {{ doc.name }}) {% endif %}
{{ doc.title }} {% if doc.has_errata %} Errata {% endif %}
{% if user|has_role:"Secretariat" and doc.reschedule_form %}
{{ doc.reschedule_form.telechat_date|add_class:"form-control input-sm" }}
{% if doc.reschedule_form.show_clear %}
{% endif %} {% endif %} {% if doc.latest_revision_date|timesince_days|new_enough:request and doc.get_state_slug != "rfc" %}{% endif %} {% if doc.get_state_slug == "rfc" %}{{ doc.latest_revision_date|date:"Y-m" }}{% else %}{{ doc.latest_revision_date|date:"Y-m-d" }}{% endif %} {% if doc.latest_revision_date|timesince_days|new_enough:request and doc.get_state_slug != "rfc" %}{% endif %} {% for check in doc.submission.latest_checks %} {% if check.passed != None and check.symbol.strip %} {% if check.errors or check.warnings %} {{ check.symbol|safe }} {% else %} {{ check.symbol|safe }} {% endif %} {% include "doc/yang-check-modal-overlay.html" %} {% endif %} {% endfor %} {% if doc.pages %}
{{doc.pages}} page{{ doc.pages|pluralize }} {% endif %} {% if doc.latest_revision_date|timesince_days|new_enough:request %} New {% endif %} {% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %} Expires soon {% endif %} {% include "doc/search/status_columns.html" %} {% if doc.related_ipr %} {{ doc.related_ipr|length }} {% endif %} {% if ad_name == None or ad_name != doc.ad.plain_name %} {% if doc.ad %} {{ doc.ad }}
{% endif %} {% if doc.shepherd %}{{doc.shepherd.person.name}}{% endif %} {% endif %} {% if color_row_positions %} {% with doc|ballotposition:user as pos %} {% endwith %} {% endif %}