{% extends 'base.html' %} {% block content %} {% for notification in notifications %} {% if not notification.is_read %} {% endif %} {{notification.sub}} {% if not notification.is_read %} {% endif %} {% endfor %} {% endblock %}