{% load i18n %}
| {% trans "Name" %} | {% trans "Group" %} | {% trans "Stock" %} | {% trans "Price" %} | ||
|---|---|---|---|---|---|
|
|
{{ listing.eve_type.name }} | {{ listing.eve_type.eve_group.name }} | {{ listing.stock }} {% if listing.stock_mode == 'fixed' %}M{% endif %} {% if listing.persist %}P{% endif %} | {{ listing.price_display }} {{ listing.price_mode_display }} | |
| {% trans "No hulls listed yet." %} | |||||