Email Notification

{% if addresses %}
{% for addr in addresses %} {% endfor %}
 User ID: {{ addr.user_id }}  User Name: {{ addr.user_name }}  User Email: {{ addr.user_email }}  Trusted: {{ addr.trust }}
 Alerts: {{ addr.alert }}  Incidents: {{ addr.incident }}  Property: {{ addr.property }}  Support: {{ addr.support }}

{% else %}

No user entries found.

{% endif %}

Add A User

{% include '_footer.html' %}