rt_rw.pt 311 Bytes
<div class="form-control-static" id="${oid|field.oid}"
    tal:define="
    has_rt rt and True or False;
    has_rw rt and True or False;
    "
>
    <span tal:condition="has_rt" style="margin-right:0.25rem;">RT ${rt}</span>
    <span tal:condition="has_rw" style="margin-right:0.25rem;">RW ${rw}</span>
</div>