{% extends "showcase/cabinet/base_cabinet.html" %} {% block title %}Notifications — Log{% endblock %} {% block sidebar_title %} {% endblock %} {% block sidebar_nav %}
| Recipient | Channel | Template / Subject | Status | Sent at |
|---|---|---|---|---|
|
{{ entry.recipient }}
{{ entry.email }}
|
{{ entry.channel_label }} |
{{ entry.template_label }}
{{ entry.subject }}
{% if entry.error %}
{{ entry.error }}
{% endif %}
|
●{{ entry.status_label }} | {{ entry.sent_at }} |
| {% include "showcase/cabinet/includes/_empty_state.html" with icon="bi-bell-slash" title="No notifications" subtitle="No records found for the selected filters" %} | ||||