{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'report' } ) }}
Filters
{% for log in logs %} {% endfor %}
User Actions
{{ log.fullName }} {{ log.total|number_format }}
{% if logs[0] is not defined %}

Woah, no historic records found.

{% else %}

Export to spreadsheet

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