{% extends "base.html" %} {% load person %} {% block title %}{{ user }}'s todo list{% endblock %} {% block body %}
A Patchwork todo-list contains patches that are assigned to you, are in an "action required" state ({{ action_required_states|join:", " }}), and are not archived.
{% include "patchwork/partials/patch-list.html" %} {% endblock %}