{% load static %} {% load i18n %}
{{ search_form.title }}
{{ search_form.q }}
{{ search_form.w }}
{% if search_form.th %}
{% trans 'Тематика: ' %} {{ search_form.get_themes_display }}  
{% endif %} {% if search_form.place_type %}
{% trans 'Тип: ' %} bla
{% endif %} {% if search_form.area %}
{% trans 'Место: ' %} {{ search_form.get_places_display }}  
{% endif %} {% if search_form.fr %} {% endif %}
{% if search_form.th %} {% include 'client/popups/theme.html' with search_form=search_form formId="pwSubj" selectedItemTemplate="csb-subj-selected" autoCompleteId="subj-filter-complete-block" filterInputId="subj-fliter-input" selectedItemsContainer="csb-subj-selected-items" subjectTriggerWrapId="subj-checks" exhibitionCheck="exhibition-check" conferenceCheck="conference-check" hasDate="true" %} {% endif %} {% if search_form.place_type %} {% include 'client/popups/place_type.html' with search_form=search_form formId="pwPlace" %} {% endif %} {% if search_form.area %} {% include 'client/popups/place.html' with search_form=search_form formId="pwPlace" selectedItemTemplate="csb-selected" autoCompleteId="filter-complete-block" filterInputId="place-filter-input" selectedItemsContainer="csb-selected-items" hasDate="true" %} {% endif %} {% if search_form.fr %} {% include 'client/popups/period.html' with search_form=search_form %} {% endif %}
{% block scripts %} {% endblock %}