{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block title %}{% trans "Delete Patient" %} - PX360{% endblock %} {% block content %}
{% trans "Are you sure you want to delete this patient? This action cannot be undone." %}
{{ patient.get_full_name }}
{% trans "MRN:" %} {{ patient.mrn }}
{{ patient.phone }}
{{ patient.email }}