{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %}Sync discrepancies{% endblock %} {% block content %} {% origin %}

Sync discrepancies

{% for title, docs in sections %}

{{ title }}

{% if docs %} {% for d in docs %} {% endfor %}
Draft name IESG state RFC Editor state IANA Action state
{{ d.name }} {{ d.iesg_state|default:"" }} {{ d.rfc_state|default:"" }} {{ d.iana_action_state|default:"" }}
{% else %}

(None)

{% endif %} {% endfor %} {% endblock %} {% block js %} {% endblock %}