{{ str['logs'] }}
{{ str['last-login'] }}
{{ data['ip'] }}
{{ data['lastLogin'] }}
{{ str['devices'] }}
%for device in data['devices']:
{{ device }}
%end
{{ str['back'] }}
%for type, text, animation in get('alerts', []):
{{ text }}
%end