{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% block title %}IESG review decisions in {{ timeframe }}{% endblock %} {% block content %} {% origin %}
Showing review decisions announced in {{ timeframe }}.
Announcements in: {% for y in years %} {{ y }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% for e in events %} {% ifchanged %}{{ e.desc }} {{ e.doc.name }} {% if e.doc.intended_std_level %}({{ e.doc.intended_std_level }}){% endif %} - {{ e.doc.title }}
{% endfor %} {% endblock %}