{% extends 'root/base.html' %} {% load static %} {% block maincontent %}

Set up client

{% for client_detail in client_details %} {% endfor %}
Client Id Client Description Action Setup Action Setup Org Model Client Status Users
{{client_detail.client}} {{client_detail.description}} {% if client_detail.edit_update_flag%} {% else %} {% endif %} {% if client_detail.data_setup_flag %} CLIENT SET UP DONE {% else %} {% endif %} {% if client_detail.org_setup_flag %} ORG SET UP DONE {% else %} {% endif %} {% if client_detail.status == 'COMPLETED' %} COMPLETED {% elif client_detail.status == 'READY' %} READY {% else %} IN PROGRESS {% endif %}
{% endblock %}