[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 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 %}

Featured

Offers

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the

{% 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 %}