{% extends "documents/base.html" %} {% block content %}

{{ book_source.book }} z: {{ book_source.source }}

{% with doc=book_source.get_document %} {% if doc %} Tekst: {{ doc }} {% endif %} {% endwith %}
{% csrf_token %}
{% endblock %}