{% extends "pi_fyad/base.html" %} {% load pi_fyad_tags %} {% block pi_content %}
Create Planet Template
{% csrf_token %} {% if form.errors %}
Please fix the errors below:
    {% for field, errors in form.errors.items %} {% for error in errors %}
  • {{ field|title }}: {{ error }}
  • {% endfor %} {% endfor %}
{% endif %}
{{ form.name }}
{{ form.description }}
{{ form.planet_type_id }}
{{ form.visibility }}
{{ form.clipboard_raw }}
In EVE: open your planet view, select all pins, and use the export/copy function. Paste the result here.
Cancel
How It Works
  1. Open your planet in EVE
  2. Export your PI setup to clipboard
  3. Paste the clipboard text in the field
  4. Choose a name, planet type, and visibility
  5. Click Create — others can then copy your setup
{% endblock %}