{% extends "aristotle_mdr/user/userHome.html" %} {% load notifications_tags aristotle_tags util_tags i18n %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with inboxFolder=folder %} {% endblock %} {% block page %}
Notice | Time since | Delete | |
---|---|---|---|
{% if notice.unread %} Unread message {% else %} Read message {% endif %} | {% if notice.actor == notice.target %} {% elif notice.actor.get_absolute_url %} {% if notice.actor.full_name %} {{ notice.actor.full_name }} {% else %} {{ notice.actor }} {% endif %} {% elif notice.actor.full_name %} {{ notice.actor.full_name }} {% else %} {{ notice.actor }} {% endif %} {{ notice.verb }} {% if notice.action_object %} {% if notice.action_object.get_absolute_url %} {{ notice.action_object }} {% else %} {{ notice.action_object }} {% endif %} {% endif %} {% if notice.target %} {% if notice.target.get_absolute_url %} {{ notice.target }} {% else %} {{ notice.target }} {% endif %} {% endif %} | {{ notice.timesince }} ago |
You have no unread notifications.
Good job!
You have no notifications.