it/itf/templates/modules/festival/documentsubject.html
2011-11-25 00:51:16 +05:30

7 lines
206 B
HTML

{% 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 %}