{% extends "frontend/base.html" %} {% block "content" %}
Your Moods
{% for status in object_list %} {% endfor %}
Timestamp Mood Activities Title
{{ status.timestamp }} {{ status.mood }} {% for activity in status.statusactivity_set.all %} {% endfor %} {{ status.short_text }}
{% endblock %}