{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% if error is defined %} {% if error == 1 %}
Please select a club and a valid start and end date to run the report.
{% elseif error == 2 %}
Woah! You must select a club and valid start and end dates.
{% endif %} {% endif %} {% if logs %}

Revenue

Client Flow

{% elseif not logs and error is not defined %}
Woah! Could not find any logs for those dates.
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}