{% load person %} {% load listurl %} {% include "patchwork/pagination.html" %} {% if order.editable %} {% endif %}
{% include "patchwork/filters.html" %}
{% csrf_token %}
{% if page.paginator.long_page and user.is_authenticated %}
{% endif %}
{% csrf_token %} {% if user.is_authenticated %} {% endif %} {% if page.paginator.count %} {% for patch in page.object_list %} {% if user.is_authenticated %} {% endif %} {% endfor %}
{% ifequal order.name "name" %} Patch {% else %} {% if not order.editable %} Patch {% else %} Patch {% endif %} {% endifequal %} {% ifequal order.name "date" %} Date {% else %} {% if not order.editable %} Date {% else %} Date {% endif %} {% endifequal %} {% ifequal order.name "submitter" %} Submitter {% else %} {% if not order.editable %} Submitter {% else %} Submitter {% endif %} {% endifequal %} {% ifequal order.name "delegate" %} Delegate {% else %} {% if not order.editable %} Delegate {% else %} Delegate {% endif %} {% endifequal %} {% ifequal order.name "state" %} State {% else %} {% if not order.editable %} State {% else %} State {% endif %} {% endifequal %}
{{ patch.name|default:"[no subject]" }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify }} {{ patch.delegate.username }} {{ 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 %}