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

{{page_title}}

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

{{investment_product.title}}

{{investment_product.manager_name}} / {{investment_product.manager_email}}


{{investment_product.start_date}}

{{investment_product.end_date}}

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

{{investment_product.description|safe}}

PRODUCTS

{% for product in products %} {% endfor %}
Code Address Status Rent Deposit
{{product.code}} {{product.full_address}} {{product.status}} {{product.rent_under_lease|floatformat:"-2"|intcomma}} {{product.deposit_under_lease|floatformat:"-2"|intcomma}} DELETE

INVESTORS

{% for investment in investments|dictsort:"id" %} {% endfor %}
ID Amount Name Email Phone Address Action Detail
{{investment.id}} {{investment.amount}} {{investment.investor.name}} {{investment.investor.email}} {{investment.investor.phone}} {{investment.investor.address}} EDIT DELETE VIEW ALL
{% endblock content %} {% block modal %} {% endblock modal %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}