{% extends "base_place.html" %} {% block title %}E-mail alerts for {{ place.pretty_name }}{% endblock %} {% block header %}E-mail alerts for {{ place.pretty_name }}{% endblock %} {% block place_content %}

Get notified when new information around {{ place.pretty_name }} is posted.

{% if form.errors %}

There was an error with your submission. Please check for errors in the form below.

{% endif %}

Subscribe to e-mail alerts

Enter your e-mail address and choose a frequency…

{% if USER_EMAIL %}

E-mail address: {{ USER_EMAIL }}

{% else %} {% if form.email.errors %}

Please enter a valid e-mail address.

{% endif %}

{{ form.email }}

{% endif %}

Frequency:

{{ form.frequency }}

Customize your news…

{% if form.selected_schemas.errors %}

Please choose at least one data type.

{% endif %} {{ form.displayed_schemas }} {{ form.selected_schemas }}

{% if is_block %}

Radius:

{{ form.radius }} {% endif %}

{% endblock %}