{% extends 'base.html.twig' %} {% block titlesm %} {{ 'crontab.title'|trans }}{% endblock %} {% block body %}

{{ 'jobscheduler.total'|trans }}

{{ entity | length }}

{{ 'crontab.title_cron'|trans }}

{% for entityCron in entitiesCron %} {% if entityCron.value == true %} {{ 'crontab.disableCron'|trans }} {{ 'crontab.enableCron'|trans }} {% else %} {{ 'crontab.disableCron'|trans }} {{ 'crontab.enableCron'|trans }} {% endif %} {% endfor %}

{{'crontab.description_cron'|trans|raw}}

{% for message in app.flashes('success') %}
{{ message }}
{% endfor %} {% for message in app.flashes('error') %}
{{ message }}
{% endfor %} {% for value in entity %} {% endfor %}
{{ value.command }} {{ value.period }} {{ value.description }} {{ value.lastUse|date("d/m/Y H:i:s", timezone) }} {{ value.nextRun|date("d/m/Y H:i:s", timezone) }} {{ value.enable }}

{{'help.title'|trans}}

{{'crontab.help'|trans|raw}}

{% endblock %}