{% extends "ToDo/base.html" %} {% block content %} {% load crispy_forms_tags %} {% load static %}

Happy {{ today_name }}

{{ request.user.username }}






{% if insights_highlight %} {% if request.user_agent.is_mobile %}
Your Insights for previous week is now ready!
{% else %}
Your Insights for previous week is now ready!
{% endif %}


{% endif %}

Get to work





Your Lists:



{% csrf_token %}
New List {{ list_form|crispy }}



More from us

{% endblock content %}