{% if notifiation_details %} {% for row in notifiation_details %}
{{row.notification_title | safe or ''}}
{{row.notification_content | safe or ''}}

{{row.created_at.strftime("%d-%m-%Y %I:%M %p") or ''}}


{% endfor %} {% endif %}