{% extends "views/platform-admin/_base_template.html" %} {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} Find users by email {% endblock %} {% block platform_admin_content %}

Find users by email

{{ textbox( form.search, width='1-1', label='Find users by email, or by partial email' ) }}
{% if users_found %} {% elif users_found == [] %}

No users found.

{% endif %} {% endblock %}