{% extends 'core/panels/panel.html' %} {% load {% load distro_tracker_extras %} {% block panel-body %}
{% for item in panel.context.items %}
{% toggle_chevron %} {# The short description is allowed to contain some HTML markup #} {{ item.short_description|safe }} {% with severity=item.to_dict.severity %}
{{ severity.name }}
{% endwith %}
{{ item.full_description }}
{% endfor %}
{% endblock %}