{% extends "base2.html" %} {% block title %}Options | Notifications{% endblock %} {% block heading %}Notifications{% endblock %} {% block pageid %}userprofile{% endblock %} {% block content %} {% for trigger in triggers %} {% endfor %} Create New Notification

Contacts

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