{%if PLAYER_FLAG%} {%endif%}{{PLAYER_NAME}} Vehicles {%for veh in OB_VEHICLES%}
{{veh.name}} {%if veh.image%}
{%endif%}
{%if veh.notes%} {{veh.note_number}}, {{veh.notes | join(", ")}} {%else%} {{veh.note_number}} {%endif%}
{%for cap in veh.capabilities%}
{{cap}}
{%endfor%} {%endfor%}