{% extends 'hospital/base.html' %} {% load static %} {% load i18n %} {% block sidebar.users %} class="active" {% endblock %} {% block content %}

{{ patient_name }}

{% trans "This patient does not have an assigned doctor yet." %}

{% trans "Patient details will be available once a doctor is assigned." %}

{% trans "Back to Users" %}
{% endblock %}