{% load i18n %} {% if featured_listings %}

{% trans "Featured" %}

{% for listing in featured_listings %}
{{ listing.eve_type.name }} {% if listing.stock %} {{ listing.stock }} {% else %} {% trans "Build to order" %} {% endif %}

{{ listing.eve_type.name }}

{{ listing.price_display }}

{% endfor %}
{% endif %}