{% extends "schedules/_layout.html" %} {% from "_macros.html" import icon %} {% set section = "scheduled" %} {% block title %}{{ schedule.title }} - LLeMbas{% endblock %} {% block heading %}{{ schedule.title }}{% endblock %} {% block actions %} Open its chat {% endblock %} {% block schedules_content %}
{% include "schedules/_form.html" %}
Cancel

Remove

Stops it running. Its chat is kept by default and becomes an ordinary one, so the transcript of everything it has already done stays where it is.

{% endblock %}