{% load i18n %}
{{ 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 show_member_option %}
{{ search_form.member_only }}
{% endif %}
{% if show_member_option %}
{{ search_form.membership_type.label }}: {{ search_form.membership_type }}
{% endif %}
{% trans 'Search By'%}: {{ search_form.search_criteria }} {{ search_form.search_text }} {{ search_form.search_method }}