{% if hosts %}
Cabinet Layouts
{% for host, carriers in hosts %}
{{ host }} {% if host.position %} U{{ host.position }}{% if host.face %} ({{ host.get_face_display }}){% endif %} {% endif %} · {% for carrier in carriers %}{{ carrier.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
Open Layout tab
Cabinet layout for {{ host }}
{% endfor %}
{% endif %}