{% extends '@App/base.html.twig' %} {% block title %} Advisors {% endblock %} {% block body %}
Showing results for {{ start_date|date('Y-m-d') }} - {{ end_date|date('Y-m-d') }}
{% for result in results %} {% endfor %}
RO# Customer Phone Advisor Technician Template Action
{{ result.number }} {{ result.customer_name }} {{ result.customer_phone }} {{ result.advisor }} {{ result.technician }} {{ result.template }} {% if result.template != 'N/A' %} MPI Details {% else %} N/A {% endif %}
{{ include('@App/Default/mpiDetails.html.twig') }} {% endblock %} {% block javascripts %} {% endblock %}