{{ action.event_type }}{% if action.event_detail %}:{{ action.event_detail }}{% endif %}
→
{{ action.action_type }}
{% if action.media_file %}
{{ action.media_file.original_name }}
{% endif %}
{% if action.alert_text %}
"{{ action.alert_text }}"
{% endif %}
{% if action.cooldown_seconds %}
{{ action.cooldown_seconds }}s cooldown
{% endif %}
{% if just_tested %}
✓ fired
{% endif %}