{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% trans "Settings" %}{% endblock %} {% block content %}

{% trans "Settings" %}

{% trans "Manage your account preferences and configurations" %}

{% if user.is_px_admin or user.is_hospital_admin %} {% endif %}
{% trans "Profile Settings" %}
{% csrf_token %}
{% if user.avatar %} {{ user.get_full_name }} {% else %}
{% endif %}

{% trans "Contact administrator to change email" %}

{% trans "Required for SMS notifications" %}

{% trans "Profile Tips" %}
  • {% trans "Add a professional photo to help others recognize you" %}
  • {% trans "Keep your phone number updated for SMS notifications" %}
  • {% trans "Add a bio to share your role and expertise" %}
  • {% trans "Choose your preferred language for the interface" %}
{% if user.is_px_admin or user.is_hospital_admin %} {% endif %} {% if user.is_px_admin or user.is_hospital_admin %} {% endif %}
{% endblock %}