{% extends 'base.html' %} {% block content %} {% for item in branches %} {% endfor %}
分支机构名称
基础信息
信息系统类别
{{ item.name }} {{ item.category }}
分支机构类别统计 A型: {{ type_a_count }}家 | B型: {{ type_b_count }}家 | C型: {{ type_c_count }}家

{% endblock %}