{% extends 'manager/base.html' %} {% load static %} {% load i18n %} {% block title %}{% trans "User Management" %}{% endblock %} {% block header.add_script %} {% endblock %} {% block content %}
{% trans "Showing" %} {{ users.start_index }} - {{ users.end_index }} {% trans "of" %} {{ users.paginator.count }} {% trans "users" %}
{{ user.phone_number }}
{% if user.profile.email %}{{ user.profile.email }}
{% endif %} {% if user.company %} {% endif %}{% trans "Try adjusting your filters or search criteria" %}