{% extends "outliers_base.html" %} {% block body %} {% if not error %}
{{time}}
total: {{ cnt }}
outliers: {{outliers_cnt}}
{% for values in outliers %} {% endfor %}
hostport tier times last upd
{{ values['hostport'] }} {{ values['zone'] }} {{ values['times'] }} {{ values['last_upd'] }}
all
PlatinumTier0
WebTier1
WebTier0
{% else %}

{{location}}

{{error}}

{% endif %} {% endblock %}