{% if event.actor_username %} {% with user_link_href = "/" ~ event.actor_username, user_link_username = event.actor_username, user_link_label = event.actor_username, user_link_class = "fw-semibold text-decoration-none" %} {% include "partials/hover_card_user_link.html" %} {% endwith %} {% else %} system {% endif %} {{ action_html }}
{% if detail_html is defined and detail_html %}
{{ detail_html }}
{% endif %}
{{ event.created_at | timeago }}