{% extends 'site.tmpl' %} {% load thumbnail %} {% load i18n %} {% block _title %}{{ product }} | {{ subcategory }} | {% trans 'Product' %} | {{ block.super }}{% endblock %} {% block breadcrumbs %}{% include 'includes/breadcrumbs.html' %}{% endblock %} {% block content %}
{% thumbnail product.image "110x110" crop="80% top" as im %}
|
{% if product.documentation %}
![]() |
Properties | {% endif %} #} {% if product.description %}{% trans 'Description' %} | {% endif %} {% if product.specifications %}{% trans 'Specifications' %} | {% endif %}