{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}Documents for {{ ad_name }}{% endblock %} {% block content %} {% origin %} {% 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 }}{{ doc.ad|default:"" }} {% for p in doc.blocking_positions %} {{ p.balloter }} ({% 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 %})
{% if p.is_old_pos %} {% endif %} {% endfor %}
{% endif %}

Documents for {{ ad_name }}

{% include "doc/search/search_results.html" %} {% endblock %} {% block morecss %} .is-blocking {box-shadow: 0 0 0 0 #000000;} {% endblock %} {% block js %} {% endblock %}