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

Find users by e-mail

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

No users found.

{% endif %} {% endblock %}