{{ jobs | length }} {{ "of up to " ~ limit ~ " " if jobs | length == limit }} {{ "job" if jobs | length == 1 else "jobs" }} · owner {{ owner_id }} · {% if show_all %}active only{% else %}show all{% endif %}
{% if jobs %}{{ job.text }}
{{ job.channel }}{% if job.chat_id %}:{{ job.chat_id }}{% endif %} {%- if job.recurrence_end_at %} · until {{ job.recurrence_end_at.strftime("%Y-%m-%d %H:%M") }}{% endif %}
{% if job.last_error %}{{ job.last_error }}{% endif %}
{% if job.active %}
{{ "nothing scheduled" if show_all else "nothing scheduled right now" }}
{% endif %}