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

7 lines
206 B
HTML
Raw Normal View History

2011-11-24 19:21:16 +00:00
{% for d in documents %}
<div class="orange"> {{ d.title }}</div>
<div>{{ d.intro }}</div>
<div class="orange"><a href="{{ d.file }}" title="Download">Download</a></div>
<br />
{% endfor %}