Your Assigned Tasks
{% if tasks %}
{% for task in tasks %}
{{ task }}
{% endfor %}
{% else %}
No tasks assigned yet.
{% endif %}
Logout