{% load i18n %}
{% trans "New Communication Request" %}
{% trans "A source user has submitted a communication request:" %}
{% trans "Reason:" %} {{ reason }}
{% if patient_name %}{% trans "Patient:" %} {{ patient_name }}
{% endif %}{% trans "From:" %} {{ source_user_name }}
{% trans "Message:" %} {{ message }}
{% trans "Request ID:" %} {{ request_id }}
{% trans "Or log in to the PX360 system and go to PX Sources → Comm. Requests." %}
PX360 - {% trans "Patient Experience Management System" %}