{% include "header.html" %}

{{ subs|length }} entr{{ subs|length|pluralize("y","ies") }}.

{% if subs %}
{% for key,val in subs|first|items %} {% endfor %} {% for s in subs %} {% for key,val in s|items %} {% endfor %} {% endfor %}
{{ key }}
{{ val }} {% if not s.accepted %}
{% endif %}
{% endif %}
{% include "footer.html" %}