{% extends 'allianceauth/base.html' %} {% load i18n %} {% block page_title %}{% trans 'Moon List' %}{% endblock %} {% block content %}
Only moons that have had extractions or have been scanned will be listed.
Moon | Rarity | Utilities | Ores | {% for moon in moons %}
---|---|---|---|
{{ moon.name }} | R{{ moon.resources_set|moon_rarity }} | {% for res in moon.resources_set %}{{ res.ore }} {% endfor %} |