{% extends "schedules/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "scheduled" %} {% block title %}Scheduled - LLeMbas{% endblock %} {% block heading %}Scheduled{% endblock %} {% block actions %} {{ icon("plus", "icon--sm") }} New scheduled task {% endblock %} {% block schedules_content %}

Work that runs on its own, whether or not you are here. Each one has its own chat, and replies into it every time it comes round.

{% if not schedules %}
{{ icon("clock", "empty__mark") }}

Nothing scheduled

Set something to run later — a daily summary, a check every Monday morning, a reminder in an hour.

{% else %} {% endif %} {% endblock %}