{% extends "base.html" %} {% block body %}
| {{ t[0] }} | {# patchset name #}changelog | {% if t[1] is none %}out of date | {% if permitted(perms.DEPLOY) %} update this patch, and all before it {% endif %} | {% elif t[1] %}deployed | {% if permitted(perms.DEPLOY) %} disable this patch, and all after it {% endif %} | {% else %}{% if permitted(perms.DEPLOY) %} enable this patch, and all before it {% endif %} | {% endif %}