Welcome, {{user.username|title}}. Log out
{% if error_msg %}{{ error_msg }}
{% endif %} {% if todos %}del. | Todo | Importance | Description |
X | {{todo.title}} | {{todo.text_importance}} | {{todo.short_description}} |
You have nothing to do!
{% endif %}Add a todo: