{% extends "base.html" %} {% load event_tags %} {% load static %} {% load i18n %} {% block add_styles %} {{ block.super }} body{ padding-top: 0px !important; } nav.navbar {display: none;} .announcement-banner {display: none !important;} #page-wrapper { margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; } br {margin: 0;} h2 {margin: -5px 0px 0px;background-color: white;padding: 5px 15px 8px;border-bottom: 1px solid #e8e8e8;} ul.breadcrumb {display:none} span.close_link {font-size: 14px;} .metric-data{margin-top: 40px;} .graph {height: 45vh; width: 100%;} .graph-500 {height: 65vh; width: 100%;} #punchcard .flot-x-axis .flot-tick-label span { transform: rotate(45deg);-webkit-transform: rotate(-45deg);-ms-transform:rotate(-45deg);display: inline-block;} {% endblock %} {% block content %} {{ block.super }}
{% trans "Open Bug Count by Month" %}
{% trans "Risk Accepted Bug Count by Month" %}
{% trans "Open Bug Count by Week" %}
{% trans "Risk Accepted Bug Count by Week" %}
{% if top_ten_products %}
{% blocktrans with length=top_ten_products|length %}Top {{ length }} Products By Bug Severity{% endblocktrans %}
{% endif %}
{% trans "Total Findings In Period By Severity" %}
{% trans "Total Findings Risk Accepted In Period By Severity" %}
{% trans "Total Findings Closed In Period By Severity" %}
{% if punchcard %}
{% trans "Weekly activity, displayed by day, of findings reported.*" %}


{% trans "Week begins on date displayed." %}


{% trans "* Weeks are only displayed if findings are available." %}

{% endif %}

{% endblock %} {% block postscript %} {{ block.super }} {% if punchcard %} {% endif %} {% block metrics %} {% endblock metrics %} {% endblock %}