{% extends "base.html" %} {% block content %}

{% if patient %}✏️ Edit Patient{% else %}➕ Register Patient{% endif %}

{% if patient %}
{% endif %}
❌ Cancel
{% endblock %}