{%
    if AuthenticateMode == 'OneWay' then
        echo('Syslog auth type: one way authentication')
    else
        echo('Syslog auth type: mutual authentication')
    end
%}