{% extends "base.html" %} {% block title %}my work — dossier{% endblock %} {% block content %}

my work

{{ total_count }} items

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.

{% if groups %} {% for state, entries in groups %}
{{ state }} {{ entries | length }}
{% for e in entries %} {% endfor %}
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 '—' }}
{% endfor %} {% else %}
no items in your work
items you create, are assigned, or your agents act on will appear here
{% endif %} {% endblock %}