{% extends "base.html" %} {% block title %}activity feed — dossier{% endblock %} {% block content %}

activity feed

{{ total_count }} recent transitions
{% if entries %}
{% for e in entries %} {% endfor %}
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 %}
{% if has_prev %} prev {% endif %} page {{ page }} {% if has_next %} next {% endif %}
{% else %}
no recent activity
transitions across permitted projects will appear here
{% endif %} {% endblock %}