{% if sources and display == "small" %}
Source : {% for source in sources %} {% if source.link and show_link %} {{ source.text }} {% else %} {{ source.text }}{% if not forloop.last %};{% endif %} {% endif %} {% endfor %}
{% elif sources %}
Source{% if sources|length > 1 %}s{% endif %} :
{% endif %}