{% extends 'hod_templates/base_template.html'%} {% load crispy_forms_tags %} {% block page_title %}
All patients
{% endblock page_title %} {% block main_content %}
{% csrf_token %} {{form|crispy}}
{% endblock %}