{% extends "base.html" %} {% import "macros/ui.html" as ui %} {% block title %}{{ product.name }}{% endblock title %} {# Keeps this product's category selected and expanded in the sidebar, which otherwise matches on the URL alone and so goes blank on /shop/{slug}. #} {% block nav_category %}{% if category %}{{ category.slug }}{% endif %}{% endblock nav_category %} {# Same trail as the category listing, extended with the product itself, so the path back up the tree survives the click into a product. #} {% block breadcrumbs %} {% set L = lang | default(value='sk') %} {% endblock breadcrumbs %} {% block content %}
{{ currency_symbol }}
{{ currency_symbol }}
{{ t(key="sku", lang=lang | default(value='sk')) }}:
{{ t(key="in-stock", lang=lang | default(value='sk')) }}: {{ t(key="available", lang=lang | default(value='sk')) }}
{{ t(key="out-of-stock", lang=lang | default(value='sk')) }}
{{ t(key="out-of-stock", lang=lang | default(value='sk')) }}