{% 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 %}