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

{{page_title}}

{% endblock page_title %} {% block content %}
{% for investment_product in investment_product_list|dictsortreversed:"id" %} {% empty %} {% endfor %}
ID Title Manager Manager Email Start Date End Date
{{investment_product.id}} {{investment_product.title}} {{investment_product.manager_name}} {{investment_product.manager_email}} {{investment_product.start_date}} {{investment_product.end_date}}
No Products
{% include "base/pagination.html" with paginator=paginator add_css="page_nav_dark" sign_align="end"%} {% endblock content %} {% block third_party %} {% include "base/load_datatable.html" %} {% endblock third_party %}