{% 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 %}
{{ product }}
{% thumbnail product.image "110x110" crop="80% top" as im %} {{ product.image.filename }} {% endthumbnail %} {% if product.documentation %}  {% blocktrans %}Documentation for {{ product }}{% endblocktrans %} {% endif %} {% for version in versions %}
{% csrf_token %} {{ version.title }}: 
{% endfor %}
{# {% if product.features %}{% endif %} #} {% if product.description %}{% endif %} {% if product.specifications %}{% endif %}
Properties{% trans 'Description' %}{% trans 'Specifications' %}
{# {% if product.features %}
Import properties{{ product.features|safe }}
{% endif %} #} {% if product.description %}
{% trans 'Description' %}{{ product.description|safe }}
{% endif %} {% if product.specifications %}
{% trans 'Specifications' %}{{ product.specifications|safe }}
{% endif %}
{% endblock %}