{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
{{ errorMessage }}
{% else %}Client | {% for date, arr in dates %}{{ date }} | {% endfor %}
---|---|
+{{ row['client']['country'] }} {{ row['client']['phone'] }} | {% for date, logs in row['dates'] %}{% for log in logs %} {% if log['action'] == 'SUBS' %}{{ (log['fee']/100.0)|number_format(2) }}{% endif %} {% if log['action'] == 'CANC' %}{% endif %} {% if log['action'] == 'RENEW' %}{{ (log['fee']/100.0)|number_format(2) }}{% endif %} {% if log['action'] == 'RFAIL' %}{% endif %} {% endfor %} | {% endfor %}
This report analyzes the Sync Logs that were received during the specified dates
All dates are in UTC