{% extends "default.html" %} {% block fixedMobileBarJS %}{% endblock %} {% block pagetype %}{% endblock %} {% block PseudoSubmitForm %}{% endblock %} {% block navbar %}
{% endblock %} {% block content %}
Clear all notifications
{% if request.path == '/notifications/posts' %} {% with listing=notifications %} {% include "submission_listing.html" %} {% endwith %} {% else %} {% with comments=notifications %} {% include "comments.html" %} {% endwith %} {% endif %} {% if not notifications %}
No unread messages
When someone comments or replies, it will show up here.
View entire inbox
{% endif %}
{% endblock %} {% block pagenav %} {% if notifications %} {% endif %} {% endblock %} {% block GIFpicker %} {% endblock %}