{% load i18n static %} {% block page_title %} {% if user.first_name %} {% trans "Good morning" %}, {{ user.first_name }}! ☀️ {% else %} {% trans "Dashboard" %} {% endif %} {% endblock %} {% block page_subtitle %} {% trans "Welcome to PX360 Patient Experience Management" %} {% endblock %} {% if notification_count > 0 %} {{ notification_count }} {% else %} {% endif %} {% trans "Notifications" %} {% trans "View All" %} {% trans "Loading..." %} {% csrf_token %} 🇺🇸 {% trans "English" %} {% if LANGUAGE_CODE == 'en' %} {% endif %} {% csrf_token %} 🇸🇦 {% trans "العربية" %} {% if LANGUAGE_CODE == 'ar' %} {% endif %} {{ user.get_full_name|default:user.username|default:"User" }} {% if user.get_role_names %}{{ user.get_role_names.0 }}{% else %}{% trans "User" %}{% endif %} {% if user.first_name %}{{ user.first_name.0|upper }}{% elif user.username %}{{ user.username.0|upper }}{% else %}U{% endif %} {% if user.first_name %}{{ user.first_name.0|upper }}{% elif user.username %}{{ user.username.0|upper }}{% else %}U{% endif %} {{ user.get_full_name|default:user.username }} {{ user.email }} {% trans "Profile" %} {% trans "Settings" %} {% csrf_token %} {% trans "Logout" %}
{% trans "Welcome to PX360 Patient Experience Management" %}
{% trans "Loading..." %}