{% extends 'base.html' %} {% load static %} {% block title %}Dashboard - PixelMinds{% endblock %} {% block head %} {% endblock %} {% block content %}

Your Dashboard

An overview of your mood entries.

Filter by Date
{{ form.start_date }}
{{ form.end_date }}
Mood Over Time
{% if chart_data != '[]' %} {% else %}

No mood entries found for the selected period.

Try adjusting the filter or add a new entry.

{% endif %}
{% endblock %}