{% from 'macros/nav.html' import nav_link %} {% macro email_search_form() %}
{% endmacro %} {% macro email_display(emails, empty_text, show_actions=True, show_sent_to=True, show_sent_at=True, show_attachments=True) %}
{% for email in emails %} {% else %} {{ empty_text }} {% endfor %}
{% if has_prevpage or has_nextpage %} {% endif %}
{% endmacro %}