{% extends "base.html" %} {% load humanize %} {% load display_tags %} {% load static from staticfiles %} {% block add_styles %} .graph {min-height: 158px;} h3 { margin-top: 5px; margin-bottom: 5px; font-size: 20px; line-height: 22px;} .tooltip-inner { max-width: 650px; } {% endblock %} {% block content %}
| {% if item %} {{ item|url_shortner }}{% endif %} | {% endfor %}
| Title | Date | Severity | Age |
|---|---|---|---|
| {{ finding.title }} | {{ finding.date }} | {{ finding.severity }} | {{ finding.age }} |
No findings found.
{% endif %}