Open Accounts - {% if show_pageitems %}
{% show_pageitems %}{% else %}{{open_accounts|length}}{% endif %}
ID | Name | Created By | City | State | Created On | Tags | Actions |
---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {% if each_account.name %}{{ each_account.name }}{% endif %} |
{% if each_account.created_by %}
{% if each_account.created_by.profile_pic %}
{% thumbnail each_account.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{% if each_account.billing_city %}{{ each_account.billing_city }} {% else %} Not specified {% endif %} | {% if each_account.billing_state %}{{ each_account.billing_state }} {% else %} Not specified {% endif %} | {{ each_account.created_on_arrow }} | {% with tags=each_account.tags.all %} {% if tags %} {% for tag in tags %} {{ tag.name }} {% endfor %} {% else %} No Tags {% endif %} {% endwith %} | {% if each_account.contacts.all %} {% endif %} |
No Acccount Records Found
{% endifequal %}
{% show_pages %}
Closed Accounts - {% if show_pageitems %}
{% show_pageitems %}{% else %}{{close_accounts|length}}{% endif %}
ID | Name | Created By | City | State | Created On | Tags | Actions |
---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {% if each_account.name %}{{ each_account.name }}{% endif %} |
{% if each_account.created_by %}
{% if each_account.created_by.profile_pic %}
{% thumbnail each_account.created_by.profile_pic "40x40" crop="center" as im %}
![]() |
{% if each_account.billing_city %}{{ each_account.billing_city }} {% else %} Not specified {% endif %} | {% if each_account.billing_state %}{{ each_account.billing_state }} {% else %} Not specified {% endif %} | {{ each_account.created_on_arrow }} | {% with tags=each_account.tags.all %} {% if tags %} {% for tag in tags %} {{ tag.name }} {% endfor %} {% else %} No Tags {% endif %} {% endwith %} |
No Closed Acccount Records Found
{% endifequal %}
{% show_pages %}