{{ 'Last Run' | trans({}, 'BCCCronManagerBundle') }} | {{ cron.lastRunTime ? cron.lastRunTime | date : 'Unknown' | trans({}, 'BCCCronManagerBundle') }} | |
---|---|---|
{{ 'Comment' | trans({}, 'BCCCronManagerBundle') }} | {{ cron.comment }} | |
{{ 'Log File' | trans({}, 'BCCCronManagerBundle') }} | {{ cron.logFile }} | {% if cron.logSize %} {{ 'Log File' | trans({}, 'BCCCronManagerBundle') }} {% endif %} |
{{ 'Error File' | trans({}, 'BCCCronManagerBundle') }} | {{ cron.errorFile }} | {% if cron.errorSize %} {{ 'Error file' | trans({}, 'BCCCronManagerBundle') }} {% endif %} |
{{ 'Raw cron' | trans({}, 'BCCCronManagerBundle') }} | {{ cron }} |
|
{{ 'Edit' | trans({}, 'BCCCronManagerBundle') }} {% if cron.suspended %} {{ 'Wake up' | trans({}, 'BCCCronManagerBundle') }} {% else %} {{ 'Suspend' | trans({}, 'BCCCronManagerBundle') }} {% endif %} {{ 'Remove' | trans({}, 'BCCCronManagerBundle') }} |
{{ raw }}