{% load i18n %}
{% load evelinks %}
{% if character.location %}
{% with solar_system=character.location.location.eve_solar_system %}
{{ solar_system.name }}
{{ solar_system.security_status|floatformat:1 }}
/
{{ solar_system.eve_constellation.eve_region.name }}
{% endwith %}
{% else %}
{% translate "(no data yet)" %}
{% endif %}