{% extends "auth_base.html" %} {% block title %}Notification Settings - The Weather Monitor{% endblock %} {% block content %}

Notification Settings

Review and update your notification delivery settings below.
{% if error %}
{{ error }}
{% endif %} {% if message %}
{{ message }}
{% endif %}
Name{{ full_name or "" }}
Home Site{{ home_site or "" }}
Email{{ email or "" }}
SMS{{ sms or "" }}
{% if token_status == "ready" %}
{% endif %}
{% endblock %}