{% extends "layout.jinja" %} {% block content %}

Red Hat Advisories

Name Synopsis Issued at Indexed at Kind Severity {% for advisory in advisories.items -%} {{ advisory.name }} {{ advisory.synopsis }} {{ advisory.red_hat_issued_at.date() }} {{ advisory.created_at.date() }} {{ advisory.kind }} {{ advisory.severity }} {% endfor %} {% endblock %}