{% extends "respa_admin/_base.html" %} {% load static %} {% load i18n %} {% block koro_shape %} {% trans 'User management' %} {% trans 'Search for users' %} {% endblock koro_shape %} {% block body %} {% include user_list_template_name %} {% endblock body %}