{% extends 'base.html' %} {% block content %}

Availabiliy for {{ router.name }}

{% for downtime in downtime_list %} {% endfor %}
Start Time End Time Duration
{{ downtime.start_time }} {{ downtime.end_time }} {{ downtime.total_down_time }}
{% endblock %}