学校:{{ school }}
资产:{{ assets }}
是否招生
{% for area in areas|list_reverse %}
校区:{{ loop.index }}{{ area }}
{% endfor %} {# {% comment %}#} {#
校区:{{ areas.0 }}
#} {#
校区:{{ areas.1 }}
#} {#
校区:{{ areas.2 }}
#} {#
校区:{{ areas.3 }}
#} {# {% endcomment %}#} {% if subject.price < 30000 and subject.count > 300 %}
学科:{{ subject.name }}
学科学费:{{ subject.price }}
学科创建日期:{{ subject.create_date|date("Y-m-d") }}
{% endif %}
学科描述:{{ subject.description }}
校区数量 {{ areas|length }}
校区面积 {{ area|default('300m2') }}
{% for i in range(0,10) %}
{{ i }}
{% endfor %}