{% extends "pi_fyad/base.html" %} {% load pi_fyad_tags %} {% block pi_content %}

Planet Templates

{% if perms.pi_fyad.manage_templates %} New Template {% endif %}
{% for template in templates %}
{% eve_planet_image template.planet_type_id 28 %} {{ template.name }}
{{ template.get_visibility_display }}
{% if template.description %}

{{ template.description|truncatewords:30 }}

{% endif %}
{{ template.pin_count }}
Pins
{{ template.factory_count }}
Factories
{{ template.extractor_count }}
Extractors
{% if template.output_products %}
Outputs: {% for product in template.output_products %} {{ product }} {% endfor %}
{% endif %}
{% empty %}
No templates found. Create one by pasting your PI clipboard export.
{% endfor %}
{% endblock %}