{% extends "base.jinja2" %} {% block title %}Manage accounts - {{ app_name }}{% endblock %} {% block content %}
Here is the list of users registered on {{ app_name }}, in reverse chronological order. Beware: you are managing sensitive informations.
Showing results {{ page_n * 20 - 19 }} to {{ min(page_n * 20, total_count) }} of {{ total_count }} total.
{% else %}Managing accounts can be done by users with Admin permissions only.
{% endif %} {% endblock %}