{{PLAYER_NAME}} Vehicles {%for veh in OB_VEHICLES%}
{{veh.name}}
{%if veh.notes%} {{veh.note_number}}, {{veh.notes | join(", ")}} {%else%} {{veh.note_number}} {%endif%}
{%if veh.no_radio%}
{{veh.no_radio}}
{%endif%} {%if veh.no_if%}
no IF
{%endif%} {%for cap in veh.capabilities%}
{{cap}}
{%endfor%} {%if veh.crew_survival%}
{{veh.crew_survival}}
{%endif%} {%endfor%}