{% extends "base.html" %} {% block content %}
{{ overview.project_count }}Projects
{{ overview.review_run_count }}Reviews
{{ overview.issue_count }}Issues
{{ overview.high_count }}High

Risk Summary

SeverityCount
Critical{{ overview.critical_count }}
High{{ overview.high_count }}
Medium{{ overview.medium_count }}
Low{{ overview.low_count }}
{% endblock %}