{% if wormhole.region in poi_regions %}
{{ wormhole.region }}
{% else %}
{{ wormhole.region }}
{% endif %}
/
{% if wormhole.system in poi_systems %}
{{ wormhole.system }}
{% else %}
{{ wormhole.system }}
{% endif %}
{% if wormhole.mass == "Fresh" %}
{{ wormhole.mass }}
{% elif wormhole.mass == "Reduced" %}
{{ wormhole.mass }}
{% elif wormhole.mass == "Critical" %}
{{ wormhole.mass }}
{% endif %}
{% if wormhole.lifetime == "Fresh" %}
{{ wormhole.formatted_lifetime }}
{% elif wormhole.lifetime == "Decaying" %}
{{ wormhole.formatted_lifetime }}
{% elif wormhole.lifetime == "EOL" %}
{{ wormhole.formatted_lifetime }}
{% endif %}
{% if wormhole.bookmarked_k %}K{% endif %}
{% if wormhole.bookmarked_w %}W{% endif %}