{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% if message %} {% endif %} {% if results %}
Calculated Averages for {{ club.clubName }}
Churn {{ (avg.churn * 100)|number_format(4, '.', ',') }}% Effective Charge Avg. ${{ avg.chargeAmount|number_format(3, '.', ',') }}
Chargeability {{ (avg.chargeability * 100)|number_format(4, '.', ',') }}% Partiality {{ (avg.partiality * 100)|number_format(4, '.', ',') }}%
{% for result in results %} {% endfor %} {% for index, result in forecast %} {% endfor %}
Date Activations Cancellations Total Users Churn Charges Chargeability Full Charges Partiality Revenue Cost Utility % Utility
Historic
{{ result.date }} {{ result.activations|number_format(0, '.', ',') }} {{ result.cancellations|number_format(0, '.', ',') }} {{ result.totalUsers|number_format(0, '.', ',') }} {{ (result.churn * 100)|number_format(3, '.', ',') }}% {{ result.charges|number_format(0, '.', ',') }} {{ (result.chargeability * 100)|number_format(2, '.', ',') }}% {{ result.fullCharges|number_format(0, '.', ',') }} {{ (result.partiality * 100)|number_format(2, '.', ',') }}% ${{ result.revenue|number_format(2, '.', ',') }} ${{ result.cost|number_format(2, '.', ',') }} ${{ result.utility|number_format(2, '.', ',') }} {{ (result.utilityPp * 100)|number_format(2, '.', ',') }}%
Forecast
+{{ index }} {{ result.activations|number_format(0, '.', ',') }} {{ result.cancellations|number_format(0, '.', ',') }} {{ result.totalUsers|number_format(0, '.', ',') }} {{ (avg.churn * 100)|number_format(3, '.', ',') }}% {{ result.charges|number_format(0, '.', ',') }} {{ (avg.chargeability * 100)|number_format(2, '.', ',') }}% {{ result.fullCharges|number_format(0, '.', ',') }} {{ (avg.partiality * 100)|number_format(2, '.', ',') }}% ${{ result.revenue|number_format(2, '.', ',') }} ${{ result.cost|number_format(2, '.', ',') }} ${{ result.utility|number_format(2, '.', ',') }} {{ (result.utilityPp * 100)|number_format(2, '.', ',') }}%
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}