{% include 'header.html' %}
{% if elicitation_hint_override is defined and elicitation_hint_override is not none %}
{{ elicitation_hint_override | safe }}
{% else %} {{hint}} {% endif %}

{{not_enough_movies_detail}}

OK
{{search}}
{{cancel_search}}
{{load_more}}
{{finish}}
{{ emit_assets('utils','preference_elicitation.js') }} {% if footer_override is defined and footer_override is not none %}
{{ footer_override|safe }}
{% else %} {% include 'footer.html' %} {% endif %}