|
|
|
@ -70,6 +70,14 @@
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</p>
|
|
|
|
|
{% if entry.series.__len__() > 0 %}
|
|
|
|
|
<p class="series">
|
|
|
|
|
<a href="{{url_for('web.books_list', data='series', sort_param='new', book_id=entry.series[0].id )}}">
|
|
|
|
|
{{entry.series[0].name}}
|
|
|
|
|
</a>
|
|
|
|
|
({{entry.series_index|formatseriesindex}})
|
|
|
|
|
</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% if entry.ratings.__len__() > 0 %}
|
|
|
|
|
<div class="rating">
|
|
|
|
|
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}
|
|
|
|
@ -114,6 +122,14 @@
|
|
|
|
|
{% endif %}
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</p>
|
|
|
|
|
{% if entry.series.__len__() > 0 %}
|
|
|
|
|
<p class="series">
|
|
|
|
|
<a href="{{url_for('web.books_list', data='series', sort_param='new', book_id=entry.series[0].id )}}">
|
|
|
|
|
{{entry.series[0].name}}
|
|
|
|
|
</a>
|
|
|
|
|
({{entry.series_index|formatseriesindex}})
|
|
|
|
|
</p>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<div class="rating">
|
|
|
|
|
{% for number in range((entry.average_rating)|float|round|int(2)) %}
|
|
|
|
|
<span class="glyphicon glyphicon-star good"></span>
|
|
|
|
|