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