{% extends "aggregator/base.html" %} {% load pagination_tags %} {% block content %}
Type | {{ service.get_type_display }} |
Name | {{ service.title }} |
Abstract | {{ service.abstract }} |
URL | |
Monitoring Period |
{% if service.checks_count > 0 %}
|
Info | Last Check | Status | Response Times | Reliability | |
---|---|---|---|---|---|
{% if layer.thumbnail %}
|
|
{% if layer.checks_count > 0 %}
|
{% if layer.checks_count > 0 %} {% if layer.last_status %} {% else %} {% endif %} {% endif %} |
|
{% if layer.checks_count > 0 %} {% if layer.reliability > 97 %} {% else %} {% endif %} {% endif %} |
No layers are available.
{% endif %} {% endwith %} {% endblock %}