{% 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 %}
{% blocktrans with names=missing_token_chars|join:", " %}No blueprint access for: {{ names }}. Variants can't be read until that character grants the blueprints scope.{% endblocktrans %}
{% endif %} {% include 'shop/_stockrooms.html' %}

{% trans "Blueprint copies" %}

{% trans "Search blueprints…" as list_search_placeholder %}
{% include 'shop/_list_search.html' with placeholder=list_search_placeholder %} {% for listing in listings %} {% empty %} {% endfor %}
{% trans "Type" %}{% trans "Variants" %} {% trans "Stock" %}{% trans "Runs" %} {% trans "Price / run" %}
{% include 'shop/_featured_star.html' %} {{ 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." %}
{% include 'shop/_source_picker.html' %} {% for listing in listings %}{% include 'shop/_bpc_prices_modal.html' %}{% endfor %} {% endblock %} {% block extra_javascript %} {% endblock %}