{% extends "admin_layout.html" %} {% import "components/topbar.html" as topbar %} {% import "components/elements.html" as elements %} {% block content %} {% call topbar.container() %} {% call topbar.topbar() %} {% endcall %} {% call topbar.content() %}

{% if type=="edge instantiable" %} {% endif %} {% if type=="group" %} {% for device in includedDevices %}
{% endfor %} {% for device in excludedDevices %}
{% endfor %} {% for device in devices %}
{% endfor %} {% endif %} {% if type=="device" %}
{% endif %} {% if create %} {% else %} {% endif %}
{% endcall %} {% endcall %} {% endblock %}