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

7 lines
200 B
HTML

{% for d in documents %}
<div class="orange"> {{ d.title }}</div>
{{ d.intro|safe }}
<div class="orange"><a href="{{ d.file }}" title="Download">Download</a></div>
<br />
{% endfor %}