{% from "events/_macros.html" import repo_url, repo_label, thread_url, reply_url, pull_url %}
{% set repo_href = repo_url(event.summary) %}
{% set action_html %}
mentioned @team/{{ event.summary.mentioned_team_slug }}
{%- if event.summary.reply_number %} in a reply{% elif event.summary.review_uuid %} in a review{% elif event.summary.pull_number %} in a pull{% elif event.summary.thread_number %} in a thread{% elif event.summary.username %} in an activity update{% endif %}
{%- if repo_href %} in {{ repo_label(event.summary) }}{% endif %}
{% endset %}
{% set detail_html %}