{% set page_title = _("Overview") %} {% extends theme("management/management_layout.html") %} {% block breadcrumb %}
{% trans %}Celery is not running.{% endtrans %}
{% trans %}You can start celery with this command:{% endtrans %}
flaskbb --config {{ current_app.config["CONFIG_PATH"] }} celery worker
{% trans url=url_for('management.unread_reports') %}You have {{ unread_reports }} unread reports.{% endtrans %}
{% trans %}No new notifications.{% endtrans %}