{% load person %} {% load listurl %} {% include "patchwork/pagination.html" %}
{% include "patchwork/filters.html" %}
{% if page.paginator.long_page and user.is_authenticated %}
{% endif %}
{% if patchform or bundle %} {% if page %} {% for patch in page.object_list %} {% if patchform or bundle %} {% endif %} {% endfor %}
{% endif %} {% ifequal order.name "name" %} Patch {% else %} Patch {% endifequal %} {% ifequal order.name "date" %} Date {% else %} Date {% endifequal %} {% ifequal order.name "submitter" %} Submiter {% else %} Submitter {% endifequal %} {% ifequal order.name "state" %} State {% else %} State {% endifequal %}
{{ patch.name }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }} {{ patch.state }}
{% include "patchwork/pagination.html" %}
{% if patchform %}

Properties

Change state: {{ patchform.state }} {{ patchform.state.errors }}
Delegate to: {{ patchform.delegate }} {{ patchform.delegate.errors }}
Archive: {{ patchform.archived }} {{ patchform.archived.errors }}
{% endif %} {% if user.is_authenticated %}

Bundling

{% if bundles %} {% endif %} {% if bundle %} {% endif %}
Create bundle:
Add to bundle:
Remove from bundle:
{% endif %}
{% else %} No patches to display {% endif %}