{% if is_granted('ROLE_USER') %}

Today's Quick View

Name
RO's
Sales
Declined
{% for advisor in advisors %}
{{ advisor.ro_count }}
${{ advisor.sales|number_format(2) }}
${{ advisor.total_declined|number_format(2) }}
{% endfor %}
{% endif %}