{% extends "base.html" %} {% block body %}

Available PatchSets :: {{ feed | default('default', true) | capitalize }} Feed

{% for t in patch_sets | reverse %} {# patchset name #} {% if t[1] %} {% else %} {% endif %} {% endfor %}
{{ t[0] }}changelogdeployed {% if permitted(perms.DEPLOY) %} roll back this patch, and all after it {% endif %} {% if permitted(perms.DEPLOY) %} deploy this patch, and all before it {% endif %}
{% endblock -%}