{{ str['logs'] }}

{{ str['devices'] }}
%for device in data['devices']:
  • {{ device }}
  • %end
    %for type, text, animation in get('alerts', []):
    {{ text }}
    %end