{% extends 'dashboard/layout.html' %} {% block title %}{{ _('Inbox - Dashboard') }}{% endblock %} {% set active_page = 'inbox' %} {% block dashboard_content %}
{{ _('Notifications from admin actions, blog updates, and more.') }}
{{ m.subject }}
{{ m.created_at[:16] if m.created_at else '' }}{{ m.event_type.replace('_',' ') }}
{{ _('Your inbox is empty.') }}
{{ _('Admin actions and notifications will appear here.') }}