{% extends "administrator/base.html" %} {% load static i18n crispy_forms_tags management_tag %} {% block title %}{{page_title}}{% endblock %} {% block page_title %}
INVESTMENT PRODUCT ({{investor.num_investment}})
ID | Amount | Product | Manager Name | Manager Email |
---|---|---|---|---|
{{investment.id}} | {{investment.amount}} | {{investment.investment_product.title}} | {{investment.investment_product.manager_name}} | {{investment.investment_product.manager_email}} |
No Products |
CONTRACT
ID | Status | Title | Investment Product | E-Signature | Document | |
---|---|---|---|---|---|---|
{{contract.id}} | {{contract.status|get_contract_status_badge}} | {{contract.title}} | {{contract.investment_product_title}} | {% if contract.envelope_id %} View {% endif %} | {% if contract.document_name %} View {% endif %} | EDIT DEL |
No Contracts |