« {{ data.text }} »
{% if data.author %}
{{ data.author }}
{% endif %}
{% if data.details %}
{% for detail in data.details %}
{% if detail.is_title %}
-
{{ detail.text }}
{% elif not detail.is_title and detail.source_url %}
-
{{ detail.text }}
{% else %}
- {{ detail.text }}
{% endif %}
{% endfor %}
{% endif %}
{% if data.image %}
{% endif %}