{# @var leads \Knp\Component\Pager\Pagination\PaginatorInterface #}
{{ leads.getTotalItemCount }} Leads Found
{% for lead in leads %} {# @var lead \App\Entity\Lead #} {% endfor %}
Name Rating Last Activity Email Status
{##} {{ lead.fullName }} {##} {#{{ render(controller('App\\Controller\\FactoryAdmin\\LeadController::getRankStars', { 'lead' : lead.id })) }}#} {{ lead.lastActiveDate|date('m/d/Y') }} {{ lead.factoryBulkEmailStatus == true ? 'On' : 'Off' }}
{{ leads.getTotalItemCount }} Leads Found