{% extends 'pharmacist_templates/base_template.html'%} {% load crispy_forms_tags %} {% block page_title %}
Add patient
{% endblock page_title %} {% block main_content %}

Add Student

{% csrf_token %} {% include 'pharmacist_templates/alert_messeges.html' %}
{% for field in form %} {{ field.label_tag }} {{ field }} {% endfor %}
{% endblock main_content %}