{% extends 'auth_layout.html' %} {% block content %} {% if context.message %}
{{ context.message }}
{% endif %}
Add ILS User CSV Export CSV Import

ILS Users

ILS users accounts establish with the ILS system.

{% for user in context.users %} {% endfor %}
Username Email Reset Date Reset Age Actions
{{ user.username }} {{ user.email }} {{ user.reset_datetime }} {{ user.reset_datetime|time_since }} Edit Delete
{% for user in context.users %} {% endfor %} {% endblock %}