it/itf/templates/modules/festival/documentsubject.html

12 lines
287 B
HTML
Executable File

{% for d in documents %}
<div class="orangeInnerRight">
{% if d.file %}
<a href="{{ d.file }} target="_blank"> {{ d.title }}</a>
{% else %}
{{ d.title }}
{% endif %}
</div>
{{ d.intro|safe }}
<br />
{% endfor %}