{% extends "pi_fyad/base.html" %} {% load pi_fyad_tags %} {% block pi_content %}
{% eve_planet_image template.planet_type_id 32 %} {{ template.name }} {{ template.get_visibility_display }}
{{ template.planet_type_name }}
{% if template.description %}

{{ template.description }}

{% endif %}

{{ template.pin_count }}

Total Pins

{{ template.factory_count }}

Factories

{{ template.extractor_count }}

Extractors

{{ template.output_products|length }}

Outputs
{% if template.output_products %}
Output Products
{% for product in template.output_products %} {{ product }} {% endfor %}
{% endif %}
Pin Layout
{% for tp in template_pins %} {% endfor %}
# Type Role Tier
{{ tp.pin_index }} {% eve_type_icon tp.type_id 20 %} {{ tp.type_name }} {% if tp.is_extractor %} Extractor {% elif tp.is_factory %} Factory {% elif tp.is_storage %} Storage {% else %} {% endif %} {% if tp.is_factory %} {{ tp.factory_tier|factory_tier_badge }} {% else %} — {% endif %}
Clipboard Export

Copy this text and paste it into EVE's PI import to replicate this setup.

{% endblock %}