{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.html" %} {% block settings %} {% load title %} {% title 'Przypisane ISBN' %} {% endblock %} {% block title %}Przypisane ISBN{% endblock %} {% block body %}

Przypisane ISBN

{{ title }}

{% for format, isbn in isbn_formats %}
{{ format }}
{{ isbn }}
{% endfor %}
{% endblock %}