{% extends 'qshop/shoppage.html' %} {% load sitemenu thumbnail %} {% block shopcontent %}
| Image | Name | Price |
|---|---|---|
| {{ product.name }} | {% if product.has_variations %}from {% endif %}{{ product.get_fprice }}{% if product.has_discount %} old price: {{ product.get_fprice_real }}{% endif %} |