2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
6 <p id="hide-friends-text">
10 <div id="hide-friends-yes-wrapper">
11 <label id="hide-friends-yes-label" for="hide-friends-yes">{{$yes_str}}</label>
12 <input type="radio" name="hide-friends" id="hide-friends-yes" {{$yes_selected}} value="1" />
14 <div id="hide-friends-break" ></div>
16 <div id="hide-friends-no-wrapper">
17 <label id="hide-friends-no-label" for="hide-friends-no">{{$no_str}}</label>
18 <input type="radio" name="hide-friends" id="hide-friends-no" {{$no_selected}} value="0" />
20 <div id="hide-friends-end"></div>