{% extends "base.html" %} {% block header %}{% if pharmaceutical %}Update Pharmaceutical Treatment - {{ pharmaceutical }}{% else %}New Pharmaceutical Treatment{% endif %}{% endblock %} {% block title %}{% if pharmaceutical %}Update Pharmaceutical Treatment - {{ pharmaceutical }}{% else %}New Pharmaceutical Treatment{% endif %}{% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}