{% from "events/_macros.html" import repo_url, repo_label %} {% set repo_href = repo_url(event.summary) %} {% set action_html %} timer fired {%- if event.summary.timer_scope == "repo" and repo_href %} in {{ repo_label(event.summary) }} {%- elif event.summary.timer_scope == "team" and event.summary.team_slug %} in {{ event.summary.team_slug }} {%- endif %} {% endset %} {% set detail_html %} {% if event.summary.message %}
{{ event.summary.message }}
{% endif %} {% endset %} {% include "events/_wrapper.html" %}