{% extends "documents/base.html" %} {% load book_list i18n %} {% load bootstrap4 %} {% load depot %} {% load isbn %} {% block titleextra %}{{ book.title }}{% endblock %} {% block content %}

Weryfikacja epub: {{ book.title }}

{% for msg in messages %}
{{ msg.message }} {% if msg.suggestion %}

{{ msg.suggestion }} {% endif %} {% for loc in msg.locations %} {% if loc.wl_chunk %}
{% if loc.wl_chunk.title %} {{ loc.wl_chunk.title }}: {% endif %} Linia {{ loc.wl_line }} {% else %}
{{ loc }} {% endif %} {% endfor %}
{% endfor %}
{% endblock content %}