{% extends "industry_reforged/base.html" %} {% load i18n %} {% load humanize %} {% block details %}
Missing Blueprints for {{ scanner.name }}
{% translate "Back to Dashboard" %}

{% translate "These items met your scanner's minimum margin and velocity requirements, but your corporation does NOT own the blueprint for them." %}

{% if missing_bpos %}
{% for bpo in missing_bpos %} {% endfor %}
{% translate "Item" %} {% translate "Margin" %} {% translate "Velocity (30d)" %} {% translate "Found At" %}
{{ bpo.eve_type.name }} {{ bpo.eve_type.name }}
{{ bpo.margin|floatformat:1 }}% {{ bpo.velocity|floatformat:1 }} {{ bpo.timestamp|date:"Y-m-d H:i" }}
{% else %}
{% translate "No missing blueprints found for this scanner." %}
{% endif %}
{% endblock %}