{% block topbar_title %}Dashboard{% endblock %}
Notifications
{% for n in portal_recent_notifications %}
{% empty %}
{{ n.title }}
{{ n.message|default:"No details" }}
{{ n.created_at|date:"d M, H:i" }}
{% if n.link %}Open{% endif %}
{% if not n.is_read %}
{% endif %}
No notifications yet.
{% endfor %}
{% now "l, j F Y" %}
{% if messages %}
{% endif %}
{% block content %}{% endblock %}