{% extends "closedverse_main/layout.html" %} {% block main-body %}{% load closedverse_tags %}{% load closedverse_user %} {% user_sidebar request user user.profile 0 True %}

{{ title }}

{% if notifications %} {% for notification in notifications %} {% user_notification notification request %} {% endfor %} {% else %} {% nocontent "No notifications yet." %} {% endif %}
{% endblock %}