{% 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 %}
| 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:"" }} |
(None)
{% endif %} {% endfor %} {% endblock %} {% block js %} {% endblock %}