{% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and (Project_Search_Results or Project_Search_No_Results) %} {% set Column = Column + 1 %}
{% endif %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and Project_Column_Heading_Text and not Project_Search_No_Results %} {{Project_Column_Heading_Text|e}} {% endif %} {% if Project_Search_Results %} {% include advancedSearchCoreFrameworksPath ~ 'includes/populate_results_loop.twig.html' with {'Type': Project_Search_Results} %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') %} {% if Project_And_X_More_Results_Phrase %}

{{Project_And_X_More_Results_Phrase}}

{% endif %} {% endif %} {% endif %} {% if Project_Search_No_Results %}

{{Project_No_Results_Text|e}}

{% endif %} {% if (Mode == 'search_entry_box' or Mode == 'search_entry_box_show_always') and (Project_Search_Results or Project_Search_No_Results) %}
{% endif %}