{% local jsonD = Body.phraseverbs %}
{{tagName.phraseverbs}}
{% for senseKey,senseValue in pairs(jsonD) do %}
{% if senseValue.pos or senseValue.symbol or senseValue.gramdesc or senseValue.def then %}
{% if gettablen(jsonD)>1 then %} {{senseKey}}.{% end %}{%if senseValue.word then%}{{senseValue.word}}{%end%}{%if senseValue.symbol then%}{{senseValue.symbol}}{%end%}{%if senseValue.pos then%}{{senseValue.pos}}{%end%}{%if senseValue.def then%}{{senseValue.def}}{%end%}
{% end %}
{% end %}