{% extends 'qshop/shoppage.html' %} {% load sitemenu thumbnail %} {% load url from future %} {% block shopcontent %}
{{ product.get_fprice }}{% if product.has_discount %} old price: {{ product.get_fprice_real }}{% endif %}