{% if view.current_display == 'block_featured_products' %} {% if rows %}
{% if header %}
{{ header }}
{% endif %}
{{ rows }}
{% endif %} {% elseif view.current_display == 'block_trending_products' %} {% if rows %}
{% if header %} {{ header }} {% endif %}
{{ rows }}
{{ footer }}
{% endif %} {% elseif view.current_display == 'block_products_most_recent_view' %} {% if rows %}
{{ rows }}
{% endif %} {% elseif view.current_display == 'block_new_products' %} {% if rows %}
{{ rows }}
{% endif %} {% elseif view.current_display == 'block_products_top_comments' %} {% if rows %}
{{ rows }}
{% endif %} {% elseif view.current_display == 'block_popular_products' %} {% if rows %} {% if header %} {{ header }} {% endif %}
{{ rows }}
{% endif %} {% elseif view.current_display == 'block_featured_products_style2' or view.current_display == 'block_related_products' %} {% if rows %}
{% if header %}
{{ header }}
{% endif %} {{ rows }}
{% endif %} {% elseif view.current_display == 'page_products_search' %} {% if rows %} {{ rows }} {% endif %} {% if pager %} {{ pager }} {% endif %} {% endif %}