{# ── 生活技能专用 ── #} {% if materials_list %}

🔧 材料清单

{% for item in materials_list %}
{{ item.item }}:{{ item.purpose }} {% if item.cost_estimate %} (约{{ item.cost_estimate }}) {% endif %}
{% endfor %}
{% endif %}