{% 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 "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 %}