{% load person %} {% load listurl %} {% load patch %} {% load project %} {% load static %} {% include "patchwork/partials/filters.html" %} {% include "patchwork/partials/pagination.html" %} {% if order.editable %}
{% csrf_token %}
{% endif %} {% if page.paginator.long_page and user.is_authenticated %}
{% endif %}
{% csrf_token %} {% if user.is_authenticated %} {% endif %} {% if user.is_authenticated and user.profile.show_ids %} {% endif %} {% for patch in page.object_list %} {% if user.is_authenticated %} {% endif %} {% if user.is_authenticated and user.profile.show_ids %} {% endif %} {% empty %} {% endfor %}
ID {% if order.name == "name" %} Patch {% else %} {% if not order.editable %} Patch {% else %} Patch {% endif %} {% endif %} Series {% project_tags %} S/W/F {% if order.name == "date" %} Date {% else %} {% if not order.editable %} Date {% else %} Date {% endif %} {% endif %} {% if order.name == "submitter" %} Submitter {% else %} {% if not order.editable %} Submitter {% else %} Submitter {% endif %} {% endif %} {% if order.name == "delegate" %} Delegate {% else %} {% if not order.editable %} Delegate {% else %} Delegate {% endif %} {% endif %} {% if order.name == "state" %} State {% else %} {% if not order.editable %} State {% else %} State {% endif %} {% endif %}
{{ patch.name|default:"[no subject]"|truncatechars:100 }} {% if patch.series %} {{ patch.series|truncatechars:100 }} {% endif %} {{ patch|patch_tags }} {{ patch|patch_checks }} {{ patch.date|date:"Y-m-d" }} {{ patch.submitter|personify:project }} {{ patch.delegate.username }} {{ patch.state }}
No patches to display
{% if page.paginator.count %} {% include "patchwork/partials/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 %}
{% endif %}