|
|
@ -17,16 +17,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% for row in res %}
|
|
|
|
{% for row in res %}
|
|
|
|
<p align="right" style="font-family:archivo narrow;font-size:10px;">Book</p>
|
|
|
|
|
|
|
|
<p align="right" style="font-family:archivo narrow;font-size:14px;">{{row.url|replace('.pdf','')|replace('http://localhost:8080/uploads/','')|replace('.','')}}</p><br>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{%for book in books%}
|
|
|
|
{%for book in books%}
|
|
|
|
{%if book.file == row.url%}
|
|
|
|
{%if book.file == row.url|replace('http://localhost:8080/uploads/','')%}
|
|
|
|
<a href="books/{{book.id}}"><p align="right" style="font-family:archivo narrow;font-size:18px;">=d=</p></a><br>
|
|
|
|
<p align="right" style="font-family:archivo narrow;font-size:10px;">Book</p>
|
|
|
|
|
|
|
|
<a href="books/{{book.id}}"><p align="right" style="font-family:archivo narrow;font-size:18px;">{{book.title}}</p></a><br>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p style="font-family:archivo narrow;font-size:10px;">Extract</p>
|
|
|
|
<p style="font-family:archivo narrow;font-size:10px;">Extract</p>
|
|
|
|
<div style="font-family:archivo narrow;font-family:archivo narrow;font-size:18px;">
|
|
|
|
<div style="font-family:archivo narrow;font-family:archivo narrow;font-size:18px;">
|
|
|
|
<i>"{{ row.extract }}"</i></div><br>
|
|
|
|
<i>"{{ row.extract }}"</i></div><br>
|
|
|
|