{% for scale_id, scale in scales.items() %} {% if scale.lang == lang %}
  • {{ scale.get('title','未命名问卷') }}
  • {% endif %} {% endfor %}