{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% for result in results %} {% if result.totalClients != 0 %} {% else %} {% endif %} {% endfor %}
Club Total Clients Total Conversions % Conversion Avg Time Between OptIn and Activation
{{ result.name }} {{ result.totalClients }} {{ result.totalConversions }}{{ (result.totalConversions*100) / result.totalClients }} %0 %{{ result.average/100 }} minutes
{% if results[0] is not defined %}

Woah, no historic records found.

{% else %}

Export to spreadsheet

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