{% if data.moods %}

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

{% with max=data.moods.0.count %} {% for entry in data.moods %} {% endfor %} {% endwith %}
Mood Count Distribution
{{ entry.mood }} {{ entry.count }} {% if max > 0 %}
{% endif %}
{% else %}

No mood distribution data found.

{% endif %}