{% extends 'generic/object.html' %} {% load static %} {% load i18n %} {% load rack_design %} {# Read-only projected CHASSIS elevation: every chassis in the design's scope #} {# as a column of bays, rendered from the SAME inc/chassis_column.html the #} {# editable layer uses (editable=False) and the SAME projection helper, so the #} {# two can never disagree about what is in a bay. #} {# #} {# It is the chassis twin of design_elevation.html: same shell, same legend #} {# filter, same hover card, no edit affordances anywhere. #} {% block head %} {{ block.super }} {% endblock head %} {% block content %}
{% trans "This design has no chassis with bays in scope." %}
{% endif %}