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