{% extends "base.html" %} {% load static %} {% block title %} {{ object.code }} detail {% endblock title %} {% block links %} {% if "full" in request.path %} {% else %} {% endif %} {% endblock links %} {% block content %}

Heatmap for network {{ object.code }}

{% include "quality/heatmap.html" %}
{% endblock content %}