{% extends 'base.html' %} {% load static %} {% block content %} {% if web.banner_status %} {% endif %}
{% include 'base/aside.html' %}

最新消息

{% for page in page_list %}
{{ page.title }}
{{ page.date|date:'Y/m/d'}}
{% if not forloop.last %}
{% endif %} {% endfor %}

熱門商品

{% for product in hit_products %}
{% if product.photo %} {% else %}{% endif %}

{{ product.name }}

{% comment %} {% if not product.has_inventory %}售完{% endif %} {% endcomment %}
{% if product.sprice %}
{{ product.sprice }}
{{ product.price }}
{% else %}
{{ product.price }}
{% endif %}
{% if product.has_inventory %}
{% csrf_token %} {% if product.productcoloroption_set.all %}
{% else %} {% endif %}
{% endif %}
{% endfor %}
{% endblock %} {% block js_extension %} {% endblock %}