{% extends 'generic/object.html' %} {% load helpers i18n static %} {% block extra_controls %} {% if plan.dxf_file and plan.selected_layer %} {% trans "Export as DXF" %} {% endif %} {% endblock %} {% block content %} {% if not plan %}
{% trans "Plan" %}

{% trans "No plan is associated." %}

{% elif zones %}
{% blocktrans with layer=plan.selected_layer %}Plan ({{ layer }}){% endblocktrans %}
{{ zones_data|json_script:"np-zones-data" }}
{% trans "Associate a location" %}

{% trans "Click a zone on the plan to associate it with a location." %}

{% 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." %}

{% trans "Objects to place" %}
{% else %}
{% trans "Plan" %}

{% trans "This plan does not have any generated zones yet." %}

{% endif %} {% endblock %}