{% 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 %}