{% extends '@App/base.html.twig' %} {% block title %} Advisors {% endblock %} {% block body %}
{% include 'AppBundle:iService//Reporting:dateForm.html.twig' %} {% for result in results %} {% endfor %}
ADVISOR NUMBER LAST MESSAGE DATE OF UNREAD MESSAGE
{{ result.advisor.name }} {{ result.sms.number }} {{ result.sms.message|emoji }} {{ result.date|date('m/d/Y h:i a') }}
{% endblock %}