Revision f208a17be3b3b7921f476ac0fc2dc5dcb078635a authored by hatiers on 18 February 2025, 10:42:43 UTC, committed by hatiers on 18 February 2025, 10:42:43 UTC
1 parent 1c6750b
examples.html.twig
<ul class="list-group list-group-flush">
{% for exemple in collocation.exempleCollocations %}
<li class="list-group-item">
{{exemple.contexteGauche}} <strong>{{exemple.pivot}}</strong> {{exemple.contexteDroit}}
{% if exemple.sourceExemple %}
<button tabindex="0" role="button" type="button" data-trigger="focus" class="btn btn-sm btn-outline-secondary" data-toggle="popover" data-content="{{exemple.sourceExemple.descriptionBiblio |e('html')}}" data-placement="right">{{exemple.sourceExemple.value}}</button>
{% endif %}
</li>
{% endfor %}
</ul>

Computing file changes ...