% if 'error' in params:
Denied error=${params['error'][0]}
% else:
Success code=${params['code'][0]}
% endif
${site} FTS3 - Application authorization
% if 'error' in params:
Authentication failed
% else:
Please, copy this token into the application
% endif
% if 'error' in params:
${params['error'][0]}
% else:
${params['code'][0]}
% endif