{% extends "admin/base_site_nav.html" %} {% load i18n admin_list %} {% block extrahead %} {{ block.super }} {% endblock %} {% block tools %}

{% endblock %} {% block content %}
{% if inbox %} {% for notif in inbox %} {% endfor %}
   
{% if notif.status == "R" %} {% else %} {% endif %}   {{ notif.comment.content_type.name | capfirst}}  {{ notif.comment.object_repr }} {% if notif.comment.safe %}{{notif.comment.comment|safe}}{% else %}{{notif.comment.comment}}{% endif %} {% if notif.comment.attachment %} {{ notif.comment.attachment.name | extension }}  {% endif %} {% if notif.comment.user.avatar %}{% endif %} {{ notif.comment.user.username }} {{ notif.comment.lastmodified | timesince }}
{% elif empty %}

Your inbox is empty


All reports where you edit or review an object have a follow button in the upper right corner.

You will get messages in your inbox when there is any activity on objects you follow.


{% else %}
  

Congrats!

You read all messages.
{% endif %}
{% if inbox %} {% endif %}
{% endblock %}