{% if logs %}
{{ "Clear All"|t('app') }}
{% endif %}
{% if logs %} {% for log in logs %} {##} {% endfor %}
{{ "Message"|t('app') }} {{ "Origin"|t('app') }} {{ "Last Occurrence"|t('app') }} {{ "Stack Trace"|t('app') }}
{{ log.message|raw }} {{ log.getOrigin()|replace('/', '/')|raw }} {{ log.lastOccurrence|date('short') }}{{ log.lastOccurrence.localeDate() }}{{ "View"|t('app') }}
{% endif %}