{{ search_form.first_name.label }}: {{ search_form.first_name }}
{{ search_form.last_name.label }}: {{ search_form.last_name }}
{{ search_form.email.label }}: {{ search_form.email }}
{% if not memberships_search %}
{% if show_member_option %}
{{ search_form.member_only }}
{% endif %}
{% endif %}
{% trans 'Search By'%}: {{ search_form.search_criteria }} {{ search_form.search_text }} {{ search_form.search_method }}