{% if from is not defined or from != 'single' %}

{{(fonction.label ~ "_complet")|trans}}

{{(fonction.label ~ "_desc")|trans}}

{{fonction.exemple}}
{% endif %} {% if entries is not empty %}

{% for entry in entries %}
{{entry.lemma.value}} ({{entry.meaning}}) ?
{% endfor %}
{% endif %} {% if collocations is not empty %}

{% for collocation in collocations %}
{{collocation.complement|raw}} ?
{% endfor %}
{% endif %} {% if routines is not empty %}

{% for routine in routines %}
{{ routine.realisation|replace({'&': "
"})|raw }}
?
{% endfor %}
{% endif %}