<a:If ifTrue="$flag">
    <w:FormTable showErrorFlags="$true">
        <w:FormRow label="Client" errorKey="loginUser" labelNowrap="$true">
            <a:TextField value="$user" size="15" maxlength="15"/>                                
        </w:FormRow>
    </w:FormTable>
<a:Else/>
    <w:FormTable showErrorFlags="$true">
        <w:FormRow label="Customer" errorKey="loginUser" labelNowrap="$true">
            PAT <a:TextField value="$user" size="15" maxLength = "15"/>                                
        </w:FormRow>
    </w:FormTable>
</a:If>