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