{% extends 'layouts/base.html' %} {% set page_title = 'Home' %} {% block container %}

Table

Hierarhy
Crate⟶Slot⟶Channel0
{% for space,element in elements %} {% endfor %}
Element Position
{{ space|safe }}{{ element.name }} [{{ element.type }}] {#if element has children id build semi graphical line to it#} {% if element.channel_id %} {{ element.channel.module.crate.name }}⟶ {{ element.channel.module.slot}}⟶ {{ element.channel.channel}} {% endif %}
{% endblock %}