{% extends "frontend/base.html" %} {% load mood_stats %} {% load dream_stats %} {% block "content" %}
Status count (total)
{% total_moods %}
Current Streak Length
{% current_streak %} days
Average mood (weekly)
{% average_mood_weekly as mood %} {% closest_mood mood as moodobj %}
{{ moodobj }} ({{ mood|floatformat:2 }})
Most Common Activity (weekly)
{% most_common_activity_weekly as activity %}
{{ activity.0 }} ({{ activity.1 }})
Dream count (total)
{% total_dreams %}
Dreams (weekly)
{% weekly_dreams %}
Special Dreams (lucid / wet)
{% special_dreams_weekly as weekly %}
{{ weekly.0 }} / {{ weekly.1 }} (weekly)
Most Common Theme (weekly)
{% most_common_theme_weekly as theme %}
{{ theme.0 }} ({{ theme.1 }})
{% endblock %}