{% load i18n static baykeshop %}
{{ spu.detail|safe }}
满意度:{{ like_score }}%
评分:{{ score_avg }}分
{% for comment in comments %}

{% if comment.user.baykeshopuser.avatar %} {% else %} {% endif %}

{{ comment.user.username }} ({{ comment.score }}分)

{{ comment.created_time|timesince }}前

{{ comment.content }}

{% if comment.reply_content %}
商家回复: {{ comment.reply_content }}
{% endif %}
{% endfor %} {% paginator_template comments request %}