Status {% if show_ipdev_info %} IP Device Organization {% endif %} Handler Availability Response time Actions Last day Last week Last month Last day Last week Last month {% with service_list.count as hits %} {{ hits }} service{{ hits|pluralize }} found {% endwith %} {% if is_paginated %} | Pages: {% for p in page_range %} {% ifequal p page %} {{ p }} {% else %} {{ p }} {% endifequal %} {% endfor %} {% endif %} {% for service in service_list %} {{ service.get_up_display|capfirst }} {% if show_ipdev_info %} {{ service.netbox.sysname }} {{ service.netbox.organization }} {% endif %} {{ service.handler }} {% with service.get_statistics as stats %} {% with stats.availability as a %} {% if a.day %} {{ a.day|floatformat:2 }}% {% else %} N/A {% endif %} {% if a.week %} {{ a.week|floatformat:2 }}% {% else %} N/A {% endif %} {% if a.month %} {{ a.month|floatformat:2 }}% {% else %} N/A {% endif %} {% endwith %} {% with stats.response_time as rt %} {% if rt.day %} {{ rt.day|floatformat:3 }}{{ rt.data_source.units }} {% else %} N/A {% endif %} {% if rt.week %} {{ rt.week|floatformat:3 }}{{ rt.data_source.units }} {% else %} N/A {% endif %} {% if rt.month %} {{ rt.month|floatformat:3 }}{{ rt.data_source.units }} {% else %} N/A {% endif %} {% endwith %} {% endwith %} Edit, schedule maintenance {% endfor %}