{% endblock %}
{% block modals %}
{{ block.super }}
{% translate 'Request user setting changes' as title %}
{% translate 'Please tell us which of your settings we should change.' as teaser %}
{% include 'contact_modal.html' with modal_id='changeRequestModal' user=request.user title=title teaser=teaser %}
{% endblock %}