{% extends "base.html" %} {% block body %}
| {{ t[0] }} | {# patchset name #}changelog | {% if t[1] %}deployed | {% if permitted(perms.DEPLOY) %} roll back this patch, and all after it {% endif %} | {% else %}{% if permitted(perms.DEPLOY) %} deploy this patch, and all before it {% endif %} | {% endif %}