{% extends 'core_main_app/_render/admin/theme/tools/box.html' %} {% block box_title %}Pending requests{% endblock %} {% block box_body %} {% for request in data.requests %} {# FIXME add link to /admin/auth/user #} {% empty %} {% endfor %}
User Date Actions
{{ request.username }} {{ request.date }}
Accept
Deny
No account requests pending at the moment.
{% endblock %}