{% import "macros/status.html" as status_macros %} {% if search_results %}

Search Results

{% for account in search_results %} {% endfor %}
Name Email Account Status
{% elif search_results != None %}

No results to show. Try another search.

{% elif recent_searches %}

Recent Searches

{% for account in recent_searches[:10] %}
{% endfor %}
{% else %}

Start typing to se search results

{% endif %}