{{ ship.name }} [{{ ship.oid }}], {{ ship.subkind }}

{% if ship.complete < 100 %} {% endif %} {% if ship.owner %} {% else %} {% endif %} {% if ship.storm %} {% endif %}
Location:{{ ship.loc.name }} [{{ ship.loc.oid }}]
Percent Complete:{{ ship.complete }}%
Percent Loaded:{{ ship.load }}%
Defense:{{ ship.defense }}
Damaged:{{ ship.damage }}%
Owner:{{ ship.owner.name }} [{{ ship.owner.oid }}]
Owner:unoccupied
Bound Storm:{{ ship.storm.name }} [{{ ship.storm.oid }}] (Strength: {{ ship.storm.strength }})
{% if ship.seen_here %}

Seen Here:

{% endfor %} {% endif %} {% endif %} {% if ship.non_prominent_items %}

Non-Prominent Items Onboard:

{% for entry in ship.non_prominent_items %} {% endfor %}
PossessorItemQtyWeight
{{ entry.possessor_name }} [{{ entry.possessor_oid }}] {{ entry.item_name }} [{{ entry.item_oid }}] {{ entry.qty }} {{ entry.weight }}
{% endif %}