{% load evelinks %}
{% if solar_system %}
{{ solar_system.name }}
{% with system=solar_system %}
{{ system.security_status|floatformat:1 }}
{% endwith %}
/
{{ solar_system.constellation.name }}
/
{{ solar_system.constellation.region.name }}
{% else %}
?
{% endif %}