S. No | Name | Company | Created by | Created On | Actions | |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ contact.name }} | {{ contact.email }} | {{ contact.company_name }} | {{ contact.created_by }} | {{ contact.created_on_arrow }} | |
No records found! |
{% if query %}
{% if page.has_previous or page.has_next %}
{% if page.has_previous %}{% endif %}«
Previous{% if page.has_previous %}{% endif %}
|
{% if page.has_next %}{% endif %}Next
»{% if page.has_next %}{% endif %}
{% endif %}
{% else %}
{# Show some example queries to run, maybe query syntax, something else? #}
{% endif %}