{% extends "base.html" %} {% block content %}
| {{ domain.label }} {{ domain.rows|length }} | |||||||||
| {{ loop.index }} | {% with reorder_url="/focus/reorder", item_id=item.id, extra_fields={"focus_date": focus_date|string} %}{% include 'partials/reorder_arrows.html' %}{% endwith %} | {{ item.due_date or '' }} | {% if item.task_id %}{% elif item.list_item_id %}☰{% endif %} | {% if item.task_id %}{% if item.title %}{{ item.title }}{% else %}[Deleted]{% endif %}{% elif item.list_item_id %}{% if item.list_item_content %}{{ item.list_item_content }}{% else %}[Deleted]{% endif %}{% endif %} | {{ '~%smin'|format(item.estimated_minutes) if item.estimated_minutes else '' }} | ||||