{% load i18n %}
{{ value|linkify }}
{% if value and object.position %}
(U{{ object.position|floatformat }} / {{ object.get_face_display }})
{% elif value and object.device_type.u_height %}
{% trans "Not racked" %}
{% endif %}
{% if object.position %}
{% endif %}