{% extends "firebase/firebase_layout.html" %} {% block title %}FB User Index{% endblock %} {% block style %} {% endblock %} {% block content %}

Visual Representation of FB Notification

{{notify_title.notification_title}} :
Success Count : {% if pie_chart: %}{{pie_chart.success_count}} {% else %} 0 {% endif %}
Failure Count :{% if pie_chart: %} {{pie_chart.failure_count}} {% else %} 0 {% endif %}
Total Count :{% if pie_chart: %} {{pie_chart.total_count}} {% else %} 0 {% endif %}

{% if pie_chart: %}
Sent at : {{pie_chart.send_at}}
{% else %}
No Record found..
{% endif %}
{% endblock %} {% block bottomscript %} {% if pie_chart :%} {% else %} {% endif %} {% endblock %}