{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% load ietf_filters %} {% block pagehead %} {% endblock %} {% block morecss %} table .border-bottom { border-bottom-color: var(--highcharts-neutral-color-80) !important; } .highcharts-container .highcharts-axis-labels { font-size: .7rem; } .highcharts-container .highcharts-graph { stroke-width: 2.5; } .highcharts-container .highcharts-color-0 { fill: var(--bs-primary); stroke: var(--bs-primary); } .highcharts-container .highcharts-data-label text { font-size: 1rem; font-weight: inherit; } {% endblock %} {% block title %}IESG Dashboard{% endblock %} {% block content %} {% origin %}
Area Director | {% if dt.type.1 == "Internet-Draft" %}Pre pubreq | {% endif %} {% for state, state_name in dt.states %}
{{ state_name|split:'/'|join:'/ |
{% endfor %}
---|---|---|
{{ ad.name }} | {% if dt.type.1 == "Internet-Draft" %}{{ ad.pre_pubreq }} | {% endif %} {% for state, state_name in dt.states %}{% endfor %} |
Sum | {% if dt.type.1 == "Internet-Draft" %}{% endif %} {% for state, state_name in dt.states %} | {% endfor %} |