{% load helpers i18n %}
{% trans "Shape on the plan" %}
{% if shape %} {% if shape.shape == 'rectangle' %} {% else %} {% endif %}
{% trans "Shape" %} {{ shape.get_shape_display }}
{% trans "Width" %} {{ shape.width }} {{ shape.get_unit_display }}
{% trans "Depth" %} {{ shape.depth }} {{ shape.get_unit_display }}
{% trans "Diameter" %} {{ shape.diameter }} {{ shape.get_unit_display }}
{% else %}

{% trans "No shape is configured for this device type. Devices of this type cannot be placed on a plan." %}

{% endif %} {% if shape %}{% trans "Edit the shape" %}{% else %}{% trans "Configure the shape" %}{% endif %}