{% extends "cm_portal/geriatric_index.html" %} {% block title %}| Update Medication{% endblock %} {% block page_title %}| Update Medication{% endblock %} {% block content %}
{% csrf_token %}
{% for field in form %} {% endfor %}
{{ field.label }} {{ field }}
{% endblock %}