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

{{status}}

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