{% extends 'todo/base.html' %} {% block title %}Todo list{% endblock %} {% block sidebar %} {% if user %}
{% else %}For create, edit or delete todo's you need login.
This is list of your own tasks. Login to site and create your own records. After this logout and see this message and empty list. If you have different accounts - login by each of this accounts and see that all records available only for your account.