{% 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 %}