{% extends "base.html" %} {% load static %} {% block title %}{{ product.name }} · {{ SITE_NAME }}{% endblock %} {% block meta_description %}{{ product.name }} — {{ product.price }} {{ product.currency|upper }} at {{ SITE_NAME }}.{% endblock %} {% block extra_head %} {% include "shop/_stl_importmap.html" %} {% endblock %} {% block content %} {% include "public/_breadcrumbs.html" with title=product.name %} {{ gallery_data|json_script:"product-gallery-data" }} {% for item in gallery_items %} {% if item.kind == 'photo' %} {% else %} 3D {% endif %} {% endfor %} {% if gallery_photos %} {% elif product.image_id %} {% else %} {% endif %} {% if product.stl_id %} Drag to spin · scroll to zoom {% endif %} {{ product.name }} ${{ product.price }} {{ product.description|linebreaks }} SKU:{{ product.sku }} Fulfillment:{{ product.get_fulfillment_display }} Availability:{% if available is not None %}{{ available }} in stock{% endif %} {% if product.print_minutes %} Print time:{{ product.print_minutes }} min {% endif %} {% csrf_token %} {% if colors %} Color: {{ selected_color.name }} {% for color in colors %} {% endfor %} {% endif %} Add to cart ← Back to shop {% endblock %} {% block extra_js %} {% endblock %}
Drag to spin · scroll to zoom
Color: {{ selected_color.name }}
← Back to shop