{% extends "base.html" %} {% block title %}{{ f.title }}{% endblock %} {% block content %}

{{ f.title }}

{{ f.description }}

{{ f.severity }} {{ f.status }} {{ f.scope }} {{ f.discovered }}
{% if f.source %}
Surfaced
{{ f.source }}
{% endif %} {% if f.affects_links %}
Affects
{% for a in f.affects_links %} {% if a.resolved %}{{ a.label }}{% else %}{{ a.label }}{% endif %}{% if not loop.last %}
{% endif %} {% endfor %}
{% endif %}
{% if body %}
{{ body }}
{% endif %} {% endblock %}