{% 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 %}

IESG Dashboard

{% if user|has_role:"Area Director,Secretariat" %}
{{ delta }}-day trend graphs are only shown to logged-in Area Directors.
{% endif %} {% for dt in metadata %}

{{ dt.type.1 }} State Counts

{% if dt.type.1 == "Internet-Draft" %} {% endif %} {% for state, state_name in dt.states %} {% endfor %} {% for ad in dt.ads %} {% if dt.type.1 == "Internet-Draft" %} {% endif %} {% for state, state_name in dt.states %} {% endfor %} {% endfor %} {% if dt.type.1 == "Internet-Draft" %} {% endif %} {% for state, state_name in dt.states %} {% endfor %} {% endfor %} {% endblock %} {% block js %} {{ data|json_script:"data" }} {% endblock %}