{{ entry.title }}
{% if entry.ratings.__len__() > 0 %}
{% for number in range((entry.ratings[0].rating/2)|int(2)) %}
{% if loop.last and loop.index
< 5 %} {% for numer in range(5 - loop.index) %}
{% endfor %} {% endif %} {% endfor %}
{% endif %}
{{_('Description:')}}
{{entry.comments[0].text|safe}}