{% extends "frontend/base.html" %} {% block "content" %}
Your Moods
{% for mood in object_list %} {% endfor %}
Name (Value)
{{ mood }} ({{ mood.value }})
{% endblock %}