{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% block page_title %}{% trans "Request Blueprint Copy" %}{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block content %}

{% trans "How the request journey works" %}

{% trans "Follow these three quick steps to secure the copies you need." %}

1

{% trans "Choose an original" %}

{% trans "Filter the community library to find the blueprint that matches your doctrine or project." %}

2

{% trans "Define copies & runs" %}

{% trans "Set the exact number of copies and licensed runs you expect so builders can respond accurately." %}

3

{% trans "Submit & monitor" %}

{% trans "Send your request, then follow builder offers in the fulfilment view or jump straight into simulations." %}

{% trans "Refine your search" %}

{% trans "Narrow down by efficiencies or search for a specific hull." %}

{% trans "Reset filters" %}
{% for bp in page_obj.object_list %}
{% csrf_token %}
{{ bp.type_name }}

{{ bp.type_name }}

{% trans "Shared original" %}
ME {{ bp.material_efficiency }} TE {{ bp.time_efficiency }}
{% empty %}

{% trans "No blueprints match the current filters." %}

{% trans "Try adjusting your efficiencies or search terms to explore the full library." %}

{% trans "Clear filters" %}
{% endfor %}
{% if page_obj.has_other_pages %}
{% trans "Showing" %} {{ page_obj.start_index }}–{{ page_obj.end_index }} {% trans "of" %} {{ page_obj.paginator.count }}
{% endif %}
{% endblock content %}