{% from "events/_macros.html" import repo_url, repo_label, thread_url %}
{% set repo_href = repo_url(event.summary) %}
{% set thread_href = thread_url(event.summary) %}
{% set action_html %}
updated thread{% if repo_href %} in {{ repo_label(event.summary) }}{% endif %}
{% endset %}
{% set detail_html %}