{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block title %}Journey {{ journey.encounter_id }} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Encounter ID:" %} {{ journey.encounter_id }} | {% trans "Patient:" %} {{ journey.patient.get_full_name }} ({% trans "MRN" %}: {{ journey.patient.mrn }})
{% trans "Hospital:" %} {{ journey.hospital.get_localized_name }} {% if journey.department %} | {% trans "Department:" %} {{ journey.department.get_localized_name }} {% endif %}
{{ stage.stage_template.description }}
{% endif %}{% trans "No stages defined" %}