{% extends 'storefront/base.html' %} {% load i18n %} {% block title %}{{ listing.eve_type.name }} — {{ shop.name }}{% endblock %} {% block content %} {% if is_preview %} {% endif %} {% blocktrans with name=shop.name %}Back to {{ name }}{% endblocktrans %}
{{ listing.eve_type.name }}

{{ listing.eve_type.name }}

{{ listing.eve_type.eve_group.name }}

{{ listing.price_display }} {% if listing.stock %} {{ listing.stock }} {% trans "in stock" %} {% else %} {% trans "Build to order" %} {% endif %}
{% comment %} Hidden until the order flow ships — revert to restore the Qty + Add-to-order CTA.
{% endcomment %} {% if listing.description_html %}
{{ listing.description_html }}
{% endif %}
{% endblock %}