symposion_app/pinaxcon/templates/cms_pages/content_page_blocks/colophon.html
2017-01-10 15:12:07 +11:00

10 lines
275 B
HTML

{% load pyconau2017_tags %}
<ul>
{% all_images as images %}
{% for image in images %}
<li>
<a href="{{ image.source_url }}">{{ image.title }}</a> &ndash; &copy;{{ image.copyright_year }} {{ image.licence }} by {{ image.author }}
</li>
{% endfor %}
</ul>