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