{% if list|length == 0 %}
{% else %}
{% for data in list %}
{% set d = getLangData(data) %}
{% endfor %}
{% endif %}