{% extends 'generic/object.html' %} {% load helpers i18n static %} {% block content %} {% if zone %}
{% blocktrans with number=zone.number %}Location plan — zone {{ number }}{% endblocktrans %}

{% trans "Plan" %} : {{ zone.plan.name }}

{{ objects|json_script:"np-loc-objects-data" }} {{ polygon|json_script:"np-loc-polygon-data" }} {{ inner_polygons|json_script:"np-loc-inner-polygons" }}
{% trans "Objects to place" %}
{% trans "Properties" %}

{% trans "Click an object placed on the plan to view its properties." %}

{% trans "Position by distance" %}

{% trans "Activate the tool above the plan, then click the device to move." %}

{% else %}
{% trans "Location plan" %}

{% trans "No plan zone is associated with this location." %}

{% endif %} {% endblock %}