{% extends 'dashboard/me.html' %} {% load static i18n %} {% block title %}{% trans "Manage Email" %}{% endblock%} {% block content %} {% trans "Notifications" %} {% for object in object_list %} {% include 'dashboard/includes/notice.html' with notice=object %} {% endfor %} {% endblock %}