{% extends 'business/report.html' %} {% load info %} {% load date_and_time %} {% block report-content %}
{{ report.description }}
{# Form for choosing period #}Subject | Incidents | Downtime | Availability |
---|---|---|---|
{% if record.subject %} {{ record.subject }} {% else %} N/A {% endif %} | {{ record.incidents|length }} Show | {{ record.downtime }} | {{ record.availability|floatformat:"-3" }}% |
{{ record.incidents|length }} incident{{ record.incidents|pluralize }}
|
|||
No downtime in {{ start|date:'F Y' }} |