{% if vulns %}
{% for v in vulns %}
Severity Name Source Location State
{% endfor %}
{{ v.severity }}
{{ v.name }}
{% if v.fixed_in_branch %}
fixed in branch{% endif %}
{{ v.source }}
{{ v.location or "" }}
{{ v.state }}
No vulnerabilities.
{% endif %}