{% load person %} {% if patches %}
{% if patchform %} {% for patch in patches %} {% if patchform %} {% endif %} {% endfor %}
{% endif %} Patch Date Submitter State
{{ patch.name }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }} {{ patch.state }}
{% include "patchwork/patch-form.html" %} {% else %}

No patches to display

{% endif %}