{% extends "base.html" %} {% block body %}
{% if local %}
Patch source isn't configured! You can setup source here or deploy patchsets manually. See documentation.
{% endif %}

Available {{ store_title }} PatchSets :: {{ feed | default('Default', true) }} Feed {% if is_kernel and enabled_distros %} {{ enabled_distros | join(', ') }} {% endif %}

{% if has_changelog %}{% endif %} {% for t in patch_sets %} {# patchset name #} {% if has_changelog %} {% endif %} {% if t[1] is none %} {% elif t[1] %} {% else %} {% endif %} {% endfor %}
{{ t[0] }}changelogout of date {% if permitted(perms.DEPLOY) %} update this patch, and all before it {% endif %} deployed {% if permitted(perms.DEPLOY) %} disable this patch, and all after it {% endif %} {% if permitted(perms.DEPLOY) %} enable this patch, and all before it {% endif %}
{% endblock -%}