{% extends "administrator/base.html" %} {% load static i18n crispy_forms_tags management_tag %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}

{{page_title}}

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

{{product.full_address}}

{{product.status}}

{{product.start_date}}

{{product.end_date}}

{% if investment_product.plan_file_name %} {% endif %}

{{product.description|safe}}

CONSTRUCTIONS

{% for construction in constructions %} {% endfor %}
ID Title Status Budget Period / End Date
{{construction.id}} {{construction.title}} {{construction.status}} {{construction.budget}} {{construction.period}}weeks / {{construction.end_date|date:"N j. Y"}} DELETE
{% endblock content %} {% block modal %} {% endblock modal %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}