{
  BlockEvents
  FocusKeysVertical()
  ExitButtonsWithEnter()
  Position(SCREEN, Position(BOTTOM_CENTERED, Window(Width 700 MaxHeight 700 {
    Vertical {
      Using "title" Label()
      Height 25 {}
      Using "text" Paragraph(600)
    }
  })))
}
