{% for log in logs %} {% endfor %}
Timestamp Channel Status Message
{{ log.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ log.channel_name }} {% if log.status == 'success' %} Success {% else %} Failed {% endif %}
{{ log.message }}
{% if not logs %}

No notification logs found.

{% endif %}