{% for status in site.data.statuses %} {% assign dcips = include.dcips|where:"status",status|sort:"dcip" %} {% assign count = dcips|size %} {% if count > 0 %}

{{status}}

{% if status == "Last Call" %} {% else %} {% endif %} {% for page in dcips %} {% if status == "Last Call" and page.last-call-deadline != undefined %} {% endif %} {% endfor %}
NumberReview endsTitleAuthor
NumberTitleAuthor
{{page.dcip|xml_escape}}{{ page.last-call-deadline | xml_escape }}{{page.title|xml_escape}} {% include authorlist.html authors=page.author %}
{% endif %} {% endfor %}