{% extends 'ls_portal/base.html' %} {% block body_class %}chat-page{% endblock %} {% block content %}
Haigh Environmental Executive Assistant

To-Dos

Personal work, project, and task lists.
{% for row in plans %} {% set due_value = row.due_at.strftime('%Y-%m-%dT%H:%M') if row.due_at else '' %} {% set due_label = row.due_at.strftime('%d %b %Y %H:%M') if row.due_at else 'No due date' %}
{% for tag in row.tags %} {{ tag }} {% endfor %}
{% else %}
No plan items yet.
{% endfor %}
{% endblock %}