{% extends 'base.html' %} {% load bootstrap %} {% block title %}Patient registration{% endblock %} {% block content %}

Patient Registration

{% csrf_token %} {% for field in form %} {% if field.name == 'gender' %}

{% else %}
{% endif %} {% endfor %}
{% endblock %}