Call WebPage <
               Title : WS_TITLE,
               Report : Rows_{1st_page},
               Navigation : <
                              Page_number : 1,
                              Rows_total : Counter,
                              Rows_on_page : Settings.Rows_on_page
                            >
             >
             (
               Const, 'S' : S = `Const`Settings.Language_code
             )
             (
               Text : Say Text
             )
With Counter, Rows_{1st_page} from Items <
                                           Region : 'A%', PL : 1
                                         >
                                         Settings.Rows_on_page
                                         (
                                           Total : Counter = Total
                                         )
                                         (
                                           Row : Rows_{1st_page} .= Row
                                         )
