{% extends 'appoint/layout.html' %} {% block Title %}Doctor appointment{% endblock %} {% block BodyContent %}
{% if doctors_list %} {% for spec in specialization_list %}

{{ spec.specialization }}

{% endfor %} {% else %}

There's no any Doctor

{% endif %}
{% endblock %}