{% if data.moods %} {{ data.moods|json_script:"mood-distribution-data" }}

Total mood check-ins{% if current_period_label %} ({{ current_period_label }}){% endif %}: {{ data.total }} · Positive: {{ data.positive_count }} · Negative: {{ data.negative_count }}

{% else %}

No mood distribution data found.

{% endif %}