[viewBag] [builderList featuredList] modelClass = "Webmors\Nezasadiscovery\Models\Product" scope = "scopeFeatured" scopeValue = "{{ :scope }}" displayColumn = "id" noRecordsMessage = "No records found" detailsPage = "-" detailsUrlParameter = "id" pageNumber = "{{ :page }}" == {% set featured = featuredList.records %} {% if footerOffers %} {% for feature in featured|slice(0,6) if feature.title %}
{{ feature.title }}
{% endfor %} {% else %}
{% if backendLoggedIn and editMode %} Edit products {% endif %}
{% if featured|length > 0 and featured.0.title %} {% endif %}
{% if featured|length > 1 and featured.1.title %} {% endif %} {% if featured|length > 2 and featured.2.title %} {% endif %}
{% if backendLoggedIn and editMode %} Edit featured text {% endif %}

Featured

Offers

{{ pageDetail.home_intro_text|raw }}

{% if featured|length > 3 and featured.3.title %} {% endif %}
{% if featured|length > 4 and featured.4.title %} {% endif %} {% if featured|length > 5 and featured.5.title %} {% endif %}
{% if featured|length > 6 and allFeatured %}
{% for feature in featured|slice(6) if featured.title %} {% endfor %}
{% endif %}
{% endif %}