<data priority="50">
    <t t-if="doc.vehicle_id" position="after">
        <br/>
        <t t-if="doc.vehicle_id">
            <strong>Anh&#xE4;nger: </strong>
            <span t-esc="'Ja' if doc.trailer else 'Nein'"/>
        </t>
    </t>
</data>
