{% extends 'medilab/index.html' %} {% load static %} {% block content %}
{% include 'medilab/breadcrumb.html' %}

상기 수가는 건강보험공단에 표시된 것입니다. 정확한 진료비는 환자분 상태에 따라 달라질 수 있기 때문에 반드시 병원에 문의하시기 바랍니다.

{% for name, price in fee.items %} {% endfor %}
# 명 칭 금 액
{{ forloop.counter }} {{ name }} {{ price }}
{% endblock content %}