{% include "navbar.html" %}

{{ appliance.name }}

{% for url_batched in graph_urls|batch(1) %} {% set external_loop = loop %}
{% for url in url_batched %} {% endfor %}
{% endfor %}
{% for url_batched in graph_urls_modal|batch(1) %} {% set external_loop = loop %} {% for url in url_batched %} {% endfor %} {% endfor %}