{% for log in logs %} {% set link = path('log_show', query ? {date: log.date|date('Y-m-d'), query: query} : {date: log.date|date('Y-m-d')}) %} {% else %} {% endfor %}
{{ log.date|date('Y-m-d') }} {% if log.date|date('Y-m-d') == 'now'|date('Y-m-d') %} ({{ 'log.today'|trans }}) {% endif %} {% if log.records is defined %} {% if log.records > 0 %} {% else %} {% endif %} {{ 'log.records_count'|trans({'count': log.records,'count_formatted': log.records|format_number}) }} {% if log.records > 0 %} {% else %} {% endif %} {% endif %} {{ 'show'|trans }}
{{ 'log.no_logs'|trans }}