{% extends "base.html" %} {% block title %}activity feed — dossier{% endblock %} {% block content %}
| when | action | key | title | project | actor |
|---|---|---|---|---|---|
| {{ e.timestamp_label }} | {{ e.transition_label }} | {{ e.display_key }} | {{ e.title }} | {{ e.project_slug }} | {{ e.actor_kind }} {{ e.actor_display }} {% if e.on_behalf_display %} on behalf of {{ e.on_behalf_display }} {% endif %} {% if e.session_url %} trail {% endif %} |