{% extends "lfs/base.html" %} {% load i18n lfs_tags lfs_theme_tags reviews_tags %} {% block title %} {{ product.get_meta_title }} - {{ block.super }} {% endblock %} {% block section %}product{% endblock %} {% block head %} {% if product.get_meta_keywords %} {% endif %} {% if product.get_meta_description %} {% endif %} {% if product.parent.is_product_with_variants %} {% endif %} {% endblock %} {% block breadcrumbs %} {% breadcrumbs product %} {% endblock %} {% block content %} {{ product.static_block.html|safe }} {% product_navigation product %}
{% come_from_page product %} {% trans 'Back to overview' %}
{% csrf_token %} {{ product_inline|safe }}
{% reviews_for_instance product %}
{% endblock %}