<div class="mt-40px">
<div class="article-citation center dflex fdc aic">
<span class="citation-icon dblock">{{ source('svg/citation-icon.html.twig') }}</span>
<div class="citation-content diblock cwhite w100">
{% if data.text is defined and data.text is not empty %}
<div class="text dflex fdc lh24">
{{ data.text|raw }}
</div>
{% endif %}
<div class="citation-author">
{% if data.contributor is defined and data.contributor is not empty %}
<span>{{ data.contributor }}</span>
{% endif %}
{% if data.structure is defined and data.structure is not empty %}
<span>{{ source('svg/structure-icon.html.twig') }}{{ data.structure }}</span>
{% endif %}
</div>
</div>
</div>
</div>