{% extends "django-informer-base.html" %} {% load staticfiles %} {% block content %}
arrow_back
back to start

{{ name }}

{{ message }}

collected measures

{% for measure in measures %}
{{ measure.name }}
{% empty %}

nothing to show

{% endfor %}
{% endblock %}