{% extends "base.html" %} {# Copyright The IETF Trust 2019, All Rights Reserved #} {% load origin static %} {% load ballot_icon %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block title %}IRSG ballot status{% endblock %} {% block content %} {% origin %}

IRSG ballot status

{% for doc in docs %} {% include "doc/search/status_columns.html" %} {% endfor %}
Document Status
{{ doc.displayname_with_link }}
{% endblock %} {% block js %} {% endblock %}