{% extends "base.html" %} {% block add_styles %} .chart {height: 300px} .status .panel {min-height: 185px;background-color: #f5f5f5;} #punchcard {height: 350px} {% endblock %} {% block content %}

Dashboard for {{ request.user.get_full_name }}

{{ engagement_count }}
Active Engagements
{{ finding_count }}
Findings In Last Seven Days
{{ mitigated_count }}
Findings Closed In Last Seven Days
{{ accepted_count }}
Findings Accepted In Last Seven Days
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 %}