{% extends 'industry_reforged/base.html' %} {% load i18n %} {% load humanize %} {% block details %}

{% translate "Corp Blueprint Library" %}

{% translate "Available Blueprints" %}
{% for bp in blueprints %} {% empty %} {% endfor %}
{% translate "Blueprint" %} {% translate "Corporation" %} {% translate "ME / TE" %} {% translate "Runs" %} {% translate "Actions" %}
{{ bp.eve_type.name }} {{ bp.eve_type.name }} {% if bp.is_original %} BPO {% else %} BPC {% endif %} {{ bp.corporation.corporation_name }} {{ bp.material_efficiency }} / {{ bp.time_efficiency }} {% if bp.is_original %}∞{% else %}{{ bp.runs }}{% endif %}
{% translate "No blueprints found." %}
{% endblock %}