{% load i18n %} {% for l in listings %} {% empty %} {% endfor %}
{% trans "Hull" %} {% trans "Ship name" %} {% trans "Price" %}
{% include 'shop/_featured_star.html' with section='fitted' listing=l %} {{ l.eve_type.name }} {{ l.ship_name|default:'—' }} {% if not l.stock %}{% trans "Build to order" %}{% endif %} {{ l.price_display }}
{% csrf_token %}
{% trans "No fitted ships yet — mark ships in-game with your filter text, then refresh." %}