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

Source: {{ url }}

Available PatchSets

{% for t in patch_sets %} {{ t[0] }} [changelog] {% if t[1] %}deployed{% else %} [deploy this patch, and all before it] {% endif %}
{% endfor %}
{% endblock -%}