{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load ietf_filters %} {% load person_filters %} {% block pagehead %} {% endblock %} {% block title %}Documents for {{ ad_name }}{% endblock %} {% block content %} {% origin %}

Documents for {{ ad_name }}

IESG dashboard {% if blocked_docs %}

Blocking positions held by {{ ad_name }}

{% for doc in blocked_docs %} {% include "doc/search/status_columns.html" %} {% endfor %}
Document Status Responsible AD Discusses
{{ doc.displayname_with_link }} {% if doc.ad %} {% person_link doc.ad %} {% else %} (None) {% endif %} {% for p in doc.blocking_positions %} {% if p.is_old_pos %} {% person_link p.balloter class="text-reset" %} {% else %} {% person_link p.balloter %} {% endif %} ({% if p.discuss_time %}{{ p.discuss_time|timesince_days }}{% endif %} days ago{% if doc.get_state_url != "rfc" and p.rev != doc.rev %} for -{{ p.rev }}{% endif %})
{% endfor %}

Documents for {{ ad_name }}

{% endif %} {% include "doc/search/search_results.html" with start_table=True end_table=True %} {% endblock %} {% block js %} {% endblock %}