{% if dlg is not none %}
{% set opener = "window.dialogArguments.win" %}
{% else %}
{% set opener = "opener" %}
{% endif %}
{{ fullpath | raw }}
id: {{ id }}
{% if typ == "CT" %}
{#{% elseif typ == "TH" %}
{% trans with {'%hits%' : hits} %}thesaurus:: %hits% reponses retournees{% endtrans %}
#}
{% endif %}
|
|
{{ 'thesaurus:: synonymes' | trans }} |
{{ 'thesaurus:termePorperties:termeId' | trans }} |
{% for data in synonyms %}
{% if loop.index > 0 %}
{% endif %}
{% if not loop.last %}
{% endif %}
|
{% if data['lng'] %}
{{ data['lng'] }} |
{% else %}
|
{% endif %}
{{ data['t'] }} |
{{ data['id'] }} |
|
{% endfor %}