|
Hi there, here's your daily club report! ({{ today|date('l j M Y') }})
Global Report
Country |
Club |
Today |
This Month |
Forecast |
Activations |
Cancellations |
Revenue |
Activations |
Cancellations |
Avg. Revenue |
Total Revenue |
{% for row in data %}
{{ row.country }} |
{{ row.name }} |
{{ row.todayActivations|number_format }} |
{{ row.todayCancellations|number_format }} |
{{ row.todayRevenue|number_format(2) }} {{ row.currency }} |
{{ row.monthActivations|number_format }} |
{{ row.monthCancellations|number_format }} |
{{ row.monthAverage|number_format(2) }} {{ row.currency }} |
{{ row.monthRevenue|number_format(2) }} {{ row.currency }} |
{{ row.forecast|number_format(2) }} {{ row.currency }} |
{% endfor %}
{# Totals Row #}
TOTAL |
{{ total.todayActivations|number_format }} |
{{ total.todayCancellations|number_format }} |
-- |
{{ total.monthActivations|number_format }} |
{{ total.monthCancellations|number_format }} |
-- |
-- |
-- |
{# If you need more detailed information, click here to view the full report on Lambo. #}
{# View the full report on Lambo #}
Have a nice day
|
|
|
{#
#}