{% extends "base.html" %} {% block title %}my work — dossier{% endblock %} {% block content %}
Items where you are the actor-in-flight: created by you, assigned to you, or last transitioned by your agents on your behalf. Grouped by state.
| key | title | project | relation | last action | when | assignee |
|---|---|---|---|---|---|---|
| {{ e.key }} | {{ e.title }} | {{ e.project_slug }} | {% if e.relation == 'agent-on-behalf' %} agent {{ e.relation_label }} {% else %} human {{ e.relation_label }} {% endif %} | {{ e.last_action }} | {{ e.last_action_time }} | {{ e.assignee or '—' }} |