{% if hosts %}
Cabinet Layouts
{% for host, mounts in hosts %}
{{ host }} {% if host.position %} U{{ host.position }}{% if host.face %} ({{ host.get_face_display }}){% endif %} {% endif %} · {% for mount in mounts %}{{ mount.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
Open Layout tab
Cabinet layout for {{ host }}
{% endfor %}
{# v0.7.1: propagate NetBox theme into -embedded SVGs #} {% endif %}