1 {% extends "2022/base_simple.html" %}
5 {% title 'Przypisane ISBN' %}
8 {% block title %}Przypisane ISBN{% endblock %}
12 <h1>Przypisane ISBN</h1>
13 <div class="normal-text">
16 {% for format, isbn in isbn_formats %}
17 <dt>{{ format }}</dt><dd>{{ isbn }}</dd>