{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% if errorMessage %}

{{ errorMessage }}

{% else %} {# BY STATE #} {% for state, result in results %} {% endfor %}
State Code Total Clients
Total {{ totalClients|number_format }}
{{ state }} {{ result|number_format }}

Export to a spreadsheet

{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}