{% extends "base.html" %} {% load static from staticfiles %} {% block add_styles %} .chart {height: 300px} .status .panel {min-height: 140px;background-color: #f5f5f5;} #punchcard {height: 350px} {% endblock %} {% block content %}
{{ engagement_count }}
Active Engagements
{% if request.user.is_superuser %} {% else %} {% endif %}
{{ finding_count }}
Last Seven Days
{% if request.user.is_superuser %} {% else %} {% endif %}
{{ mitigated_count }}
Closed In Last Seven Days
{% if request.user.is_superuser %} {% else %} {% endif %}
{{ accepted_count }}
Accepted In Last Seven Days
{% if request.user.is_superuser %} {% else %} {% endif %}
Historical Finding Severity
Reported Finding Severity by Month
{% if punchcard %}
Weekly activity, displayed by day, of findings you reported.*

Week begins on date displayed.


* Weeks are only displayed if findings are available.

{% endif %}
{% endblock %} {% block postscript %} {% if punchcard %} {% endif %} {% endblock %}