{% extends "administrator/base.html" %} {% load static i18n crispy_forms_tags base_tag %} {% block content %}

{{investment.investment_product.title}}

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

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

{{investment.amount|filter_safe_money_read_from_db}}

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

{% csrf_token %}
{{email_contents|safe}}

COMMENT (optional)

{% endblock content %} {% block third_party %} {% endblock third_party %}