{% extends 'shop/base.html' %} {% load i18n static %} {% block extra_css %}{% endblock %} {% block content %} {% include 'shop/_manage_header.html' with active='manage' %} {% include 'shop/_section_tabs.html' %} {% if missing_token_chars %}
| {% trans "Type" %} | {% trans "Variants" %} | {% trans "Stock" %} | {% trans "Runs" %} | {% trans "Price / run" %} | ||
|---|---|---|---|---|---|---|
|
|
{{ listing.eve_type.name }} | {{ listing.variant_count }} | {{ listing.total_stock }} | {{ listing.total_runs }} | {{ listing.per_run_range_display }} | |
| {% trans "No blueprint copies found in the stockrooms yet." %} | ||||||