{% extends 'base.html' %} {% block title %}{{ t('setup') }}{% endblock %} {% block content %}
| {{ c.name }} | {% if c.ok %}OK{% else %}ERROR{% endif %} | {{ c.detail }}{% if not c.ok and c.solution %} {{ c.solution }} {% endif %} |
{{ t('scheduler_note') }}
{{ scheduler.cron_expression() }}
{{ scheduler.cron_command() }}{{ t('next') }}
{% else %}
| {{ c.name }} | {% if c.ok %}OK{% else %}ERROR{% endif %} | {{ c.detail }} |