{% extends 'generic/object.html' %} {% load static %} {% load i18n %} {% load rack_design %} {# Read-only projected elevation of ALL the design's scoped racks, rendered #} {# identically to the editor canvas (every scoped rack side by side, BOTH #} {# Front and Rear faces, full-depth opposite-face hatch and a hover card) but #} {# with NO edit affordances: no catalog/quick-access, no add-rack/design-racks #} {# panels, no drag, no × remove, no favorites, no Save. Static GridStack only. #} {# #} {# Reuses the SAME per-rack block markup as the editor via #} {# inc/rack_block.html (editable=False); the projection comes from the SAME #} {# views._project_rack_bundle helper the editor uses. #} {% block head %} {{ block.super }} {# editor.css supplies the shared multi-rack layout, the full-depth hatch and #} {# the hover-card styling — none of which imply editability. #} {% endblock head %} {% block content %}
{% trans "This design has no racks in scope yet." %}
{% endif %}