{% extends 'base.html' %} {% load rmtmgmt_tags %} {% load rolemgmt_tags %} {% block midpart %}

{{ title }}

{% for client_account_detail in client_account_details %} {% endfor %}
Company Name Account Type Start Date End Date Days Left Contract Details Change History Payment Details Resume Bank Status Company Account Link
{{ client_account_detail.client.client_name }} {{ client_account_detail.get_account_type_display }} {{ client_account_detail.start_date }} {{ client_account_detail.end_date }} {{ client_account_detail.days_left }} {% for feature in client_account_detail.contract_features.all %} {{ feature.feature_name }}, {% endfor %} {{ client_account_detail.credit_limit }} Dashboard
{% endblock midpart %}