{% extends "base.html" %} {% from "_macros.html" import icon %} {# The Scheduled shell: the list and the setup forms. A schedule's own *chat* is not rendered here — it is the ordinary chat page with its composer replaced, which is the whole reason a task chat is a `Chat`. #} {% block head %} {% endblock %} {% block body_attrs %} data-authenticated="true"{% endblock %} {% block body %}
{% include "partials/sidebar.html" %}

{% block heading %}Scheduled{% endblock %}

{% block actions %}{% endblock %}
{% if error %}
{{ icon("warning", "alert__icon") }} {{ error }}
{% endif %} {% block schedules_content %}{% endblock %}
{% endblock %}