{% extends "firebase/firebase_layout.html" %} {% block title %}Notification Form{% endblock %}Edit Data {% block style %} {% endblock %} {% block content %}
{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×{{ mesg |safe }}
{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×{{ mesg |safe }}
{% endfor %}

{{get_conf.conf_name}} - Notification






Preview


Selfie Capture Success

Fail to start camera, please allow permision to access camera.
If you are browsing through social media built in browsers, you would need to open the page in Sarafi (iPhone)/ Chrome (Android)
{% endblock %} {% block bottomscript %} {% endblock %}