{% if event.user %}
{% get_user_html event.user as user_html %}
{{ user_html|safe }}
{% else %}
N/A
{% endif %}
{% if event.project and user.is_superuser and timeline_mode == 'admin' %}
{% include 'timeline/_project_badge.html' %}
{% endif %}
{% get_event_description event plugin_lookup request as event_desc %}
{{ event_desc|safe }}
{% if not details_card_mode and event.extra_data %}
{% if event.project and can_view_extra_data %}
{% elif not event.project and user.is_superuser %}
{% endif %}
{% endif %}
{% if event.classified %}
{% endif %}