{% extends 'shop/base.html' %} {% load bayketags shoptags %} {% block breadcrumb %}
{% endblock %} {% block section %}
{% spubanners spu %}

{{ spu.title }}

{{ spu.subtitle }}

{% spuspecs spu %}
{{ spu.content|safe }}
{% comments_score spu as commentScore %}
满意度:{{ commentScore.rate }}%
评分:
{% for comment in comments %}

{{ comment.owner.username }}

{{ comment.add_date|timesince }}前

{{ comment.content }}

{% if comment.reply %}
商家回复: {{ comment.reply }}
{% endif %}
{% endfor %} {% if comments.has_previous or comments.has_next %} {% endif %}

热门商品

{% for spu in spuhots %} {% spubox spu %} {% endfor %}
{% endblock %} {% block extravue %} {% endblock %}