Set up client
| Client Id |
Client Description |
Action |
Setup Action |
Setup Org Model |
Client Status |
Users |
{% for client_detail in client_details %}
| {{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 %}
|
|
{% endfor %}