{% extends "cabinet/base_client.html" %} {% load i18n %} {% block title %}{% trans "Privacy" %}{% endblock %} {% block page_title %}{% trans "Account" %}{% endblock %} {% block sidebar_nav %}
  • {% trans "Security" %}
  • {% trans "Notifications" %}
  • {% trans "Privacy" %}
  • {% endblock %} {% block sidebar_settings_link %} {% trans "Back" %} {% endblock %} {% block cabinet_content %}
    {% trans "Profile Visibility" %}
    {% trans "Show profile photo" %}
    {% trans "Other users will see your avatar" %}
    {% trans "Show birth date" %}
    {% trans "Month and day only, no year" %}
    {% trans "Show visit history" %}
    {% trans "Staff can see previous bookings" %}
    {% trans "Data & Personalization" %}
    {% trans "Personal recommendations" %}
    {% trans "Use history for service suggestions" %}
    {% trans "Usage analytics" %}
    {% trans "Helps improve the service" %}
    {% trans "Your Data" %}
    {% trans "Download my data" %}
    {% trans "Export all account information" %}
    {% trans "Clear browsing history" %}
    {% trans "Remove recently viewed services" %}
    {% endblock %}