{% extends "base.html" %} {% load static %} {% block title %}{% if object %}Edit{% else %}Add{% endif %} Patient Note - Patients{% endblock %} {% block css %} {% endblock %} {% block content %}
| DOB: | {{ object.patient.date_of_birth|date:"M d, Y" }} |
| Age: | {{ object.patient.age }} years |
| Gender: | {{ object.patient.get_gender_display }} |