{% extends "base.html" %} {% block title %}Options | Notifications{% endblock %} {% block heading %}{% endblock %} {% block pageid %}userprofile{% endblock %} {% block content %} {% if flash_msg %}

{{ flash_msg }}

{% endif %}

Contacts (LVC Users)

{% for contact in contacts %} {% endfor %} Create New Contact

Notifications (LVC Users)

{% for trigger in triggers %} {% endfor %} Create New Notification (LVC users)

Passwords for Scripted Access (LV-EM users)

Manage Password {% endblock %}