{% load i18n %} {% for listing in featured_listings %} {% endfor %} {% for listing in bpc_listings %} {% endfor %}
{% trans "Name" %} {% trans "Variants" %} {% trans "Stock" %} {% trans "From" %}
{{ listing.eve_type.name }} {{ listing.variant_count }} {% if listing.total_stock %}{{ listing.total_stock }}{% else %}{% trans "Build to order" %}{% endif %} {{ listing.from_per_run_display }}
{{ listing.eve_type.name }} {{ listing.variant_count }} {% if listing.total_stock %}{{ listing.total_stock }}{% else %}{% trans "Build to order" %}{% endif %} {{ listing.from_per_run_display }}