{% if Mode == 'search_entry_box' and (Html_Page_Search_Results or Html_Page_Search_No_Results) %}
{% set Column = Column + 1 %}
{% endif %}
{% if Mode == 'search_entry_box' and Html_Page_Column_Heading_Text and not Html_Page_Search_No_Results %}
{{Html_Page_Column_Heading_Text|e}}
{% endif %}
{% if Html_Page_Search_Results %}
{% include advancedSearchCoreFrameworksPath ~ 'includes/populate_results_loop.twig.html' with {'Type': Html_Page_Search_Results} %}
{% endif %}
{% if Html_Page_Search_No_Results %}
{{Html_No_Results_Text|e}}
{% endif %}
{% if Mode == 'search_entry_box' and (Html_Page_Search_Results or Html_Page_Search_No_Results) %}