{% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and (News_Search_Results or News_Search_No_Results) %} {% set Column = Column + 1 %}
{% endif %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and News_Column_Heading_Text and not News_Search_No_Results %} {{News_Column_Heading_Text|e}} {% endif %} {% if News_Search_Results %} {% include advancedSearchCoreFrameworksPath ~ 'includes/populate_results_loop.twig.html' with {'Type': News_Search_Results} %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and (News_Search_Results_Count > Maximum_Results_Number) %} {% if News_And_X_More_Results_Phrase %}

{{News_And_X_More_Results_Phrase}}

{% endif %} {% endif %} {% endif %} {% if News_Search_No_Results %}

{{News_No_Results_Text|e}}

{% endif %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and (News_Search_Results or News_Search_No_Results) %}
{% endif %}