{% load custom_tags_and_filters %}

Email addresses

{% csrf_token %}
{% if errors.feedback_email_address %} {{ errors.feedback_email_address.error }} {% else %} User feedback from the Feedback page is sent to this email address. {% endif %}
{% if errors.safety_email_address %} {{ errors.safety_email_address.error }} {% else %} Safety suggestions and observations are sent to this email address. {% endif %}
{% if errors.abuse_email_address %} {{ errors.abuse_email_address.error }} {% else %} Alerts about user activities that could constitute 'abuse' are sent to this email address. Examples include missed reservations and unauthorized tool access. {% endif %}
{% if errors.user_office_email_address %} {{ errors.user_office_email_address.error }} {% else %} The main point of contact for users to obtain {{ facility_name }} information. Automated emails sent from {{ site_title }} are typically 'from' this address. {% endif %}
{% button type="save" value="Save settings" %}