{% extends "base.html" %} {# Copyright The IETF Trust 2007, All Rights Reserved #} {% block pagehead %}{% if lastcall %} {% endif %}{% endblock %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% regroup object_list by cur_state_id as grouped %} {% for state in grouped %}

{{ state.list.0.cur_state }}

{% for doc in state.list %} {% include "idtracker/document_entry.html" %} {% if doc.ballot_others %} {% for doc in doc.ballot_others %} {% include "idtracker/document_entry.html" %} {% endfor %} {% endif %} {% endfor %}
Area{% ifequal state.list.0.cur_state.state "In Last Call" %}Expires at{% else %}Date{% endifequal %}
{% endfor %} {% endblock %}