{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'admin', 'mode': 'admin' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'admin', 'mode': 'admin', 'active': 'client' } ) }}
{% for log in logs %} {% endfor %}
Timestamp Action Content Thumbnail Credits UserAgent
{{ log.timestamp|date('Y-m-d H:i:s') }} {{ log.action }} {{ log.getContentId().getName() }} {{ log.getContentId().getUrl() }} {{ log.credits }}
{% if logs[0] is not defined %}

Woah, no activity logs found.

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