{% local jsonD = Body.sentence %} {% if jsonD then %}
{{tagName.sentence}}
{% local neddId = true; if gettablen(jsonD) == 1 then neddId = false end %} {% for senseK,senseV in pairs(jsonD) do %}
{% if neddId then %}{{senseK}}. {% end %}

{{senseV.text}}

{{senseV.trans}}

{% end %}
{% end %}