{% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

Account Settings

{% include 'common/components/csrf.html' %} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'email'}) %}

Your email address.

{% endif %} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'dailyReport'}) %}
{% endif %} {# Close Report Notification Preferences - Feature 026 #} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'closeReportNotifications'}) %}
Close Report Notifications

Choose how you want to receive daily close report notifications.

Receive close report details via email

Receive instant push notifications on BuyerKiosk Live app

{% endif %} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'display_name'}) %}

The name that will be displayed to other users of this site.

{% endif %} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'locale'}) %}

The language and locale to use for your account.

{% endif %} {% if checkAccess('update_account_setting', {('user'): user, ('property'): 'password'}) %}

Optional.

Required only if selecting a new password.

{% endif %}
{% include 'components/footer.html' %}