{{ search_form.first_name }}
{{ search_form.last_name }}
{{ search_form.email }}
{{ search_form.group }}
{% if show_member_option %}
{{ search_form.membership_type }}
{% if show_industry %}
{{ search_form.industry }}
{% else %} {% if not memberships_search %} {# put the checkbox here if the industry field is NOT presented #}
{% endif %} {% endif %}
{% if show_industry and not memberships_search %} {# put the checkbox here if the industry field is presented #}
{% endif %} {% endif %}
{{ search_form.search_criteria }}   {{ search_form.search_text }}
Hide/Show Search Form