{% extends "base.html" %} {% block body %}
| {% if has_changelog %} | {% endif %} | ||||||
|---|---|---|---|---|---|---|---|
| {{ t[0] }} | {# patchset name #} {% if has_changelog %}changelog | {% endif %} {% 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 %}