{% set pagetitle = 'Cron result page'|trans %} {% extends "base.twig" %} {% block content %}

{{ 'Here are the result for the cron job execution:'|trans }}

{{ 'Cron report'|trans }}

{{ 'Cron ran at'|trans }} {{ time }}

URL: {{ url }}

Tag: {{ tag }}


{% if mail_required == true and mail_sent == false %}
Cron-report was not emailed due to an error.
{% endif %} {% endblock %}