{% extends "form.html" %} {% block title %}{% trans %}Update contact info{% endtrans %}{% endblock %} {% block content %} {% call macros.help(_("Contact information"), auto=utils.display_help("main")) %}

{% trans %}There is no requirement for you to provide us with your contact information. Those can be useful though.{% endtrans %}

{% trans %}If you lose access to your account, we might use this information to check that your are indeed who you pretend to be.{% endtrans %}

{% trans %}Also, if we notice unusual behavior on your account, we may use this information to contact you instead of immediately blocking your account.{% endtrans %}

{% endcall %} {{ macros.form(form) }} {% endblock %}