{% load i18n %}
{% trans "Form factor" %} | {{ object.get_form_factor_display|placeholder }} |
---|---|
{% trans "Width" %} | {{ object.get_width_display }} |
{% trans "Height" %} | {{ object.u_height }}U |
{% trans "Outer Width" %} | {% if object.outer_width %} {{ object.outer_width }} {{ object.get_outer_unit_display }} {% else %} {{ ''|placeholder }} {% endif %} |
{% trans "Outer Depth" %} | {% if object.outer_depth %} {{ object.outer_depth }} {{ object.get_outer_unit_display }} {% else %} {{ ''|placeholder }} {% endif %} |
{% trans "Mounting Depth" %} | {% if object.mounting_depth %} {{ object.mounting_depth }} {% trans "Millimeters" %} {% else %} {{ ''|placeholder }} {% endif %} |