{% with
textarea_id="timer-message",
textarea_name="message",
textarea_rows=3,
textarea_value=form.message,
textarea_classes="form-control",
textarea_required=true,
linkify_is_private=repo.visibility == "private" if repo else false,
linkify_current_team_slug=team.slug if team else ""
%}
{% include "partials/markdown_preview_tabs.html" %}
{% endwith %}
Delivered with the event when the timer fires. Mentions like
@username notify, following the usual mention rules.