{% for item in hospitals_list %}
{{item.area}}
{% for i in item.h_list%}
{% endfor %}
{% endfor %}