{% extends "layout.html" %} {% load history_tags %} {% load currency_filters %} {% load reviews_tags %} {% load staticfiles %} {% load product_tags %} {% load display_tags %} {% load i18n %} {% load purchase_info_tags %} {% load thumbnail %} {% block body_class %}product {% if preview %}preview{% endif %} {% endblock %} {% block title %} {{ product.get_title }} | {{ block.super }} {% endblock %} {% block description %} {{ product.description|default:""|striptags }} {% endblock %} {% comment %} {% block breadcrumbs %}
{% endblock %} {% endcomment %} {% block header %} {% endblock header %} {% block navigation %} {% if not preview %} {{ block.super }} {% endif %} {% endblock %} {% block content %}{{ product.description|safe }}
{% endif %} {% endblock %}| {{ av.attribute.name }} | {{ av.value_as_html }} |
|---|---|
| {% trans "Number of reviews" %} | {{ product.num_approved_reviews }} |
{% if product|is_review_permitted:user %} {% url 'catalogue:reviews-add' product_slug=product.slug product_pk=product.id as add_review_url %} {% blocktrans %}This product does not have any reviews yet - be the first to write one. {% endblocktrans %} {% else %} {% trans "This product does not have any reviews yet" %}. {% endif %}
{% else %}