<div style="clear: both; padding: 1em;"></div>
{% endif %}
-{% include "patchwork/patch-list.html" %}
+{% include "patchwork/partials/patch-list.html" %}
{% endblock %}
</ul>
{% endif %}
-{% include "patchwork/patch-list.html" %}
+{% include "patchwork/partials/patch-list.html" %}
{% endblock %}
{% load project %}
{% load static %}
-{% include "patchwork/filters.html" %}
+{% include "patchwork/partials/filters.html" %}
-{% include "patchwork/pagination.html" %}
+{% include "patchwork/partials/pagination.html" %}
{% if order.editable %}
<table class="patchlist">
</table>
{% if page.paginator.count %}
-{% include "patchwork/pagination.html" %}
+{% include "patchwork/partials/pagination.html" %}
<div class="patchforms" id="patchforms">
</script>
<h1>{{ submission.name }}
-{% include "patchwork/download-buttons.html" %}
+{% include "patchwork/partials/download-buttons.html" %}
</h1>
<table class="patchmeta">
{% if submission.diff %}
<h2>
Patch
- {% include "patchwork/download-buttons.html" %}
+ {% include "patchwork/partials/download-buttons.html" %}
</h2>
<div id="patch" class="patch">
({% for state in action_required_states %}{% if forloop.last and not forloop.first %} or {% endif %}{{ state }}{% if not forloop.last and not forloop.first %}, {%endif %}{% endfor %}), and are not archived.
</p>
-{% include "patchwork/patch-list.html" %}
+{% include "patchwork/partials/patch-list.html" %}
{% endblock %}