X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1ceb9c4f943943f72da281d4fdb7473d70dcdff9..fbb8f42993d02108b506028dc85466a0541be359:/src/documents/templates/documents/book_epubcheck.html?ds=sidebyside diff --git a/src/documents/templates/documents/book_epubcheck.html b/src/documents/templates/documents/book_epubcheck.html new file mode 100644 index 00000000..ca0a0f94 --- /dev/null +++ b/src/documents/templates/documents/book_epubcheck.html @@ -0,0 +1,43 @@ +{% 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 %}