{% extends "construction/base.html" %} {% load static i18n humanize construction_tag %} {% block topbar %} {% include 'construction/partials/topbar_only_title.html' %} {% endblock topbar %} {% block page_title %}
{% if is_editor %}
{% endif %}

{{work.title}}

{% endblock page_title %} {% block content %}

{{work.type}}

{% if work.work_date %} {{work.work_date|length}} {% if work.work_date|length == 1 %}day{% else %}days{% endif %} {% else %} - {% endif %} {% if is_editor %} {% endif %}

{% for zone in work.zone_list %}{{zone.name}}{% empty %} - {% endfor %}

PICTURES

{% if is_editor %}
{% csrf_token %}
{% endif %}
{% for picture in pictures %} {% empty %}
No Pictures
{% endfor %}
{% endblock content %} {% block modal %} {% include 'construction/partials/picture_update_modal.html' %} {% if is_editor %} {% include 'construction/partials/work_update_modal.html' %} {% include 'construction/partials/add_work_date_modal.html' %} {% endif %} {% endblock modal %}