{% extends 'admin/base.html.j2' %} {% block title %}{{ gettext('registrations') }}{% endblock %} {% block content %} {% for user in users %} {% endfor %}
username created_at action
{{ user.username }} {{ user.created_at }}
{% endblock%}