{% extends 'documents/base.html' %} {% load sorl_thumbnail %} {% block content %}

{{ source }}

Skany

Przypisania do książek:

{% for bs in source.booksource_set.all %}
{{ bs.book }} {{ bs.page_start }}—{{ bs.page_end }}
{% for f in bs.get_files %} {% thumbnail f '200x200' as c %} {% endthumbnail %} {% endfor %} {% endfor %} {% endblock %}