{% extends "firebase/firebase_layout.html" %} {% block title %}Notification Index{% endblock %} {% block style %} {% endblock %} {% block content %}
{% if notify_title.notification_title %} # Title - {{notify_title.notification_title}} {% else %} {% endif %}
{% if notify_index %} {% for n in notify_index %} {% endfor %} {% else %} {% endif %}
S No. Full Name Device Type Content Send User Send At Status
{{loop.index}} {{n.full_name}} {% if n.device_type == 'Android' %} {% else %} {% endif %} {{n.send_user}} {{n.send_at}} {% if n.fb_msg == 'S' %} {% elif n.fb_msg == 'E' %} {% else %} {% endif %}
No record found.

{% endblock %} {% block bottomscript %} {% endblock %}