{% load rack %}
{% for device in reorder_devices %} {% if device.face == face or device.full_depth %}
{{ device.label }}
{% endif %} {% endfor %}