| Action | Owner | Due |
|---|---|---|
| {{ a.title }} | {{ a.owner or '—' }} | {{ a.due or '—' }} |
| Action | Owner | Due | Tags |
|---|---|---|---|
| {{ a.title }} | {{ a.owner or '—' }} | {{ a.due or '—' }} | {% for tag in a.tags %}{{ tag }} {% endfor %} |
| Action | Owner |
|---|---|
| {{ a.title }} | {{ a.owner or '—' }} |
| Project | Priority | Deadline |
|---|---|---|
| {{ p.title }} | {% if p.priority %}P{{ p.priority }}{% else %}—{% endif %} | {{ p.due or '—' }} |
| Decision | Date |
|---|---|
| {{ d.title }} | {{ d.date or '—' }} |
| Date | File | Type |
|---|---|---|
| {{ f.mtime.strftime('%Y-%m-%d') if f.mtime else '—' }} | {{ f.rel_path }} | {{ f.doc_type }} |
| Name | Deadline |
|---|---|
| {{ p.name }} | {{ p.deadline or '—' }} |
| Directory | Files |
|---|---|
| {{ dir }}/ | {{ count }} |