{% extends "base.html" %} {% load i18n %} {% load pagination_tags %} {% block page-title %}{% trans "Phone list" %}{% endblock %} {% block sub-navigation %} {% endblock %} {% block content %}
{% include "phone_heading.html" %} {% for user in employees %} {% include "phone_row.html" %} {% empty %} {% endfor %}
{% trans "No entries found" %}
{% endblock %}