{% extends "construction/base.html" %} {% load static i18n humanize %} {% block topbar %} {% include 'construction/partials/topbar_only_title.html' %} {% endblock topbar %} {% block content %}
{% csrf_token %} {% autoescape off %}

ADD ZONE

{% endautoescape %} {% for zone in construction.zones %} {% empty %} {% endfor %}
ZONE LIST
{{zone.name}} {% autoescape off %} {% endautoescape %}
No Zones

PRODUCT PLAN

{% endblock content %} {% block modal %} {% include 'construction/partials/zone_update_modal.html' %} {% endblock modal %}