{% extends "profile_base.html" %} {% set profile_nav_active = "timers" %} {% block profile_content %}
No timers yet. A timer emits an event carrying your message, either once or on a repeat.
{% else %}| Message | Schedule | Status | Next Run | Runs | Actions |
|---|---|---|---|---|---|
| {{ timer.schedule }} | {% if timer.status == "active" %} Active {% elif timer.status == "paused" %} Paused {% elif timer.status == "completed" %} Completed {% else %} Cancelled {% endif %} | {% if timer.next_run_at %} {{ timer.next_run_at }} {% else %} — {% endif %} | {{ timer.run_count }} |