{% extends "base.jinja2" %} {% block title %}List of contacts – {{ app_name }}{% endblock %} {% block content %}
Showing: {{ cat }} · New contact
{% if count > people.count() %}Showing {{ people.count() }} people of {{ count }} total.
{% if count > pageno * 50 %}Next page{% if pageno > 1 %} · Prev page{% endif %}
{% elif pageno > 1 %} Prev page {% endif %} {% else %}{{ count }} people.
{% endif %}| {{ p.code }} | {{ p.display_name }} |
Showing {{ people.count() }} people of {{ count }} total.
{% if count > pageno * 50 %}Next page{% if pageno > 1 %} · Prev page{% endif %}
{% elif pageno > 1 %} Prev page {% endif %} {% else %}{{ count }} people.
{% endif %} {% endblock %}