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

{{page_title}}

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

{{investment.investment_product.title}}

{{investment.user.name}} ({{investment.user.name}})

{{investment.investment_product.manager.name}} ({{investment.investment_product.manager.email}})

{{investment.amount}}

{{investment.investment_product.start_date}} ~ {{investment.investment_product.end_date}}

{% if template %}

{{template.title}}

{{template.identifier}}

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock content %} {% block third_party %} {% endblock third_party %}