{% extends "frontend/base.html" %} {% block "content" %}
Your Daily Notifications
{% for notification in object_list %} {% endfor %}
Time
{{ notification.time }}
{% endblock %}