{% extends "./inc/base.html" %} {% block content %}

{{controller.meta_title}}

{% for val in list%}
{%if val.is_default == 1 %}正在使用{%else%} 使用此模板{%endif%} {{val.name}}
{% set zoning = val.zoning|strToJson %} {%for v in zoning %} {% endfor %}
运送到 首重(g) 运费(元) 续重(g) 运费(元)
默认运费(指定城市以外的) {{val.first_weight}} {{val.first_price|formatCurrency}} {{val.second_weight}} {{val.second_price|formatCurrency}}
{{v.title|safe}} {{v.f_weight}} {{v.f_price|formatCurrency}} {{v.s_weight}} {{v.s_price|formatCurrency}}
{% endfor %}
{% endblock %}