{% for doctor in object_list %}
{% endfor %}
{{ doctor.name }}
{{ doctor.speciality }}
{% if is_paginated %}
{% include 'partials/_pagination.html' %}
{% endif %}