{% for log in logs %} {% endfor %}
Timestamp Channel Status
{{ log.timestamp.strftime('%H:%M:%S') }} {{ log.channel_name }} {% if log.status == 'success' %} Sent {% else %} Failed {% endif %}
{% if not logs %}

No notification history.

{% endif %}