= Test `Admin console` =
1. Add code into `core/admin_templates/languages/phrase_list.tpl` just after `<inp2:m_RenderElement name="combined_header"/>` (after line 2)
```
Selected: <inp2:phrases_SelectedRecords/><br/>
GridInfo: <inp2:phrases_GridInfo type="selected"/>
```
2. Login to admin console as root
3. Go to {nav Website & Content > Labels & Phrases}
4. Confirm you see
```
Selected: 20
GridInfo: 20
```
just after header
= Test `Frontend` =
NOTE: Please use advanced theme with installed content to test
1. Add `Selected: <inp2:c_SelectedRecords list_name="category_search_results"/>` to `themes/advanced/platform/elements/content_boxes/search_results.elm.tpl` inside element `<inp2:m_Capture to_var="header">` before closing `</inp2:m_Capture>`:
2. Go to frontend
3. Search for `products` via search box with `Entire Website` option selected.
4. Confirm you see `Category Search Results (13) Selected: 3` in header before categories list.