{% if messages %}
{% for msg in messages %}
{{msg.message}}
{% endfor %}
{% endif %}
| Sl No | Name | Contact Person | Action | |
|---|---|---|---|---|
| {{forloop.counter|multiply:clients.number}} | {{client.client_name}} | {{client.contact_person}} | {{client.email}} |
Page {{ clients.number }} of {{ clients.paginator.num_pages }}
- {% if clients.number != 1 %}
- {% else %}
- {% endif %}
- {% if clients.has_previous %}
- {% else %}
- ‹ {% endif %} {% if clients.has_previous %}
- ... {% else %}
- ... {% endif %} {% for i in "12345" %}
- {% endfor %} {% if clients.has_next %}
- ... {% else %}
- ... {% endif %}
- {% if clients.has_next %}
- › {% else %}
- › {% endif %}
- {% if clients.number != clients.paginator.num_pages %}
- » {% else %}
- » {% endif %}