{% extends 'base.html' %} {% block content %}

分支机构信息

分支机构列表

{% for province, branches in branches_by_province.items %} {% for item in branches %} {% if forloop.first %} {% endif %} {% endfor %} {% endfor %}
所在省份
分支机构名称
信息系统类别
{{ province }} {{ item.name }} {{ item.category }}
分支机构类别统计
A型: {{ type_a_count }}家 B型: {{ type_b_count }}家 C型: {{ type_c_count }}家
{% endblock %}