{{ form.start_dt }}
{{ form.end_dt }}
{{ form.event_group }}
{{ form.event_type }}
{% if form.event_place_type or form.national_only %}
{% if form.event_place_type %}
{{ form.event_place_type }}
{% endif %} {% if form.national_only %}
{% endif %}
{% endif %}
{{ form.q.errors }}
{{ form.search_category }}   {{ form.q }}  
{% if form.registration %}
{% endif %}
Hide Search Form