{# Variables - page - items - totalItems - tmpl - indexMode - route - routeParameters - sessionVar - limit - objectId - noContactList - target - currentRoute - mauticContent #} {% set isIndex = 'index' == tmpl ? true : false %} {% extends isIndex ? '@MauticLead/Lead/list.html.twig' : '@MauticCore/Default/raw_output.html.twig' %} {% block content %} {{ include('@MauticLead/Lead/_filter.html.twig') }}
{% if items|length > 0 %}
{% for item in items %} {{ include('@MauticLead/Lead/grid_card.html.twig', {'contact': item, 'noContactList': noContactList|default([])}) }} {% endfor %}
{% else %} {{ include('@MauticCore/Helper/noresults.html.twig', {'header': 'mautic.lead.grid.noresults.header', 'message': 'mautic.lead.grid.noresults.message'}) }}
{% endif %}
{% if items|length > 0 %} {% endif %} {% endblock %}