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

Źródło: {{ source }}

Skany

Przypisania do książek:

{% for bs in source.booksource_set.all %}
{{ bs.book }} {% if bs.page_start or bs.page_end %} (skany {{ bs.page_start }}—{{ bs.page_end }}) {% else %} (całość) {% endif %}
{% for f in bs.get_files %} {% thumbnail f '200x200' as c %} {% endthumbnail %} {% endfor %} {% endfor %} {% endblock %}