{% extends 'generic/object.html' %} {% load helpers i18n static %} {% block extra_controls %} {% if object.dxf_file and object.selected_layer %} {% trans "Export as DXF" %} {% endif %} {% if object.dxf_file %} {% trans "Update the Plan" %} {% endif %} {% endblock %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Site" %} | {{ object.site|linkify }} |
| {% trans "Location" %} | {{ object.location|linkify|placeholder }} |
| {% trans "DXF file" %} | {% if object.dxf_file %} {{ object.dxf_file.name }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Selected layer" %} | {{ object.selected_layer|placeholder }} |
| {% trans "Zones" %} | {{ zones.count }} |
{% trans "Choose a layer from the list to preview its content, then confirm the one that contains the location boundaries." %}
{% trans "Waiting for a selection…" %}
{% trans "Click a zone on the plan to associate it with a location." %}
{% trans "Click an object placed on the plan to view its properties." %}
{% trans "Activate the tool above the plan, then click the device to move." %}