{% extends "layout.html" %} {% block title%}KernelCare.ePortal{% endblock %} {% block body -%}

Source: {{ url }}

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

{% for t in patch_sets %} {{ t[0] }} [changelog] {% if t[1] %} deployed {% if not current_user.is_readonly %} [roll back this patch, and all after it] {% endif %} {% else %} {% if not current_user.is_readonly %} [deploy this patch, and all before it] {% endif %} {% endif %}
{% endfor %}
{% endblock -%}