Welcome
Here's what's happening in your account
-
-
{% admin_notifications as notifications %}
{% if notifications %}
- NotificationsMark as Read {% for notify in notifications %}
-
{{notify.message}} {{ notify.start_date|timesince }} ago
{% endfor %}
- See All
{% else %}
- No new notification {% endif %}
{% block content %}
{% endblock %}