{% local jsonD = Body.head %}

{{jsonD.word}}

{% if jsonD.pron then %} {% if jsonD.pron[1].symbol then %}

{{jsonD.pron[1].symbol}}

{% end %} {% if jsonD.pron[1].name then %}
{{_other.evaScore}}
{% end %} {% elseif jsonD.pospron then for pospronK,pospronV in pairs(jsonD.pospron) do %}

{{pospronV.pos}}{{pospronV.symbol}}

{% end %}
{{_other.evaScore}}
{% end %} {% if Body.gram or Body.homo then %}
{% if Body.gram then %}

{{Body.gram}}

{% end %} {% if Body.homo then %}

{{Body.homo}}

{% end %} {% end %}