|
|
|
@ -33,6 +33,14 @@
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</p>
|
|
|
|
|
{% if entry.series.__len__() > 0 %}
|
|
|
|
|
<p class="series">
|
|
|
|
|
<a href="{{url_for('web.books_list', data='series', sort='new', book_id=entry.series[0].id )}}">
|
|
|
|
|
{{entry.series[0].name}}
|
|
|
|
|
</a>
|
|
|
|
|
({{entry.series_index}})
|
|
|
|
|
</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if entry.ratings.__len__() > 0 %}
|
|
|
|
|
<div class="rating">
|
|
|
|
|
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}
|
|
|
|
@ -101,6 +109,14 @@
|
|
|
|
|
{% endif %}
|
|
|
|
|
{%endfor%}
|
|
|
|
|
</p>
|
|
|
|
|
{% if entry.series.__len__() > 0 %}
|
|
|
|
|
<p class="series">
|
|
|
|
|
<a href="{{url_for('web.books_list', data='series', sort='new', book_id=entry.series[0].id )}}">
|
|
|
|
|
{{entry.series[0].name}}
|
|
|
|
|
</a>
|
|
|
|
|
({{entry.series_index}})
|
|
|
|
|
</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if entry.ratings.__len__() > 0 %}
|
|
|
|
|
<div class="rating">
|
|
|
|
|
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}
|
|
|
|
|