{{get_conf.conf_name}}
{% if notification_logs %} {% for nl in notification_logs %}{% if nl.notification_title %} {{nl.notification_title | safe or ''}} {% else %} {% endif %}
{% if nl.notification_content %} {{nl.notification_content | safe or ''}} {% else %} {% endif %}
{% endfor %} {% else %}
No Records found..
{% endif %}