2 * AUTOMATICALLY GENERATED TEMPLATE
3 * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
8 <name>{{$user.name}}</name>
9 <screen_name>{{$user.screen_name}}</screen_name>
10 <location>{{$user.location}}</location>
11 <description>{{$user.description}}</description>
12 <profile_image_url>{{$user.profile_image_url}}</profile_image_url>
13 <url>{{$user.url}}</url>
14 <protected>{{$user.protected}}</protected>
15 <followers_count>{{$user.followers_count}}</followers_count>
16 <friends_count>{{$user.friends_count}}</friends_count>
17 <created_at>{{$user.created_at}}</created_at>
18 <favourites_count>{{$user.favourites_count}}</favourites_count>
19 <utc_offset>{{$user.utc_offset}}</utc_offset>
20 <time_zone>{{$user.time_zone}}</time_zone>
21 <statuses_count>{{$user.statuses_count}}</statuses_count>
22 <following>{{$user.following}}</following>
23 <profile_background_color>{{$user.profile_background_color}}</profile_background_color>
24 <profile_text_color>{{$user.profile_text_color}}</profile_text_color>
25 <profile_link_color>{{$user.profile_link_color}}</profile_link_color>
26 <profile_sidebar_fill_color>{{$user.profile_sidebar_fill_color}}</profile_sidebar_fill_color>
27 <profile_sidebar_border_color>{{$user.profile_sidebar_border_color}}</profile_sidebar_border_color>
28 <profile_background_image_url>{{$user.profile_background_image_url}}</profile_background_image_url>
29 <profile_background_tile>{{$user.profile_background_tile}}</profile_background_tile>
30 <profile_use_background_image>{{$user.profile_use_background_image}}</profile_use_background_image>
31 <notifications>{{$user.notifications}}</notifications>
32 <geo_enabled>{{$user.geo_enabled}}</geo_enabled>
33 <verified>{{$user.verified}}</verified>
34 <lang>{{$user.lang}}</lang>
35 <contributors_enabled>{{$user.contributors_enabled}}</contributors_enabled>
36 <status>{{if $user.status}}
37 <created_at>{{$user.status.created_at}}</created_at>
38 <id>{{$user.status.id}}</id>
39 <text>{{$user.status.text}}</text>
40 <source>{{$user.status.source}}</source>
41 <truncated>{{$user.status.truncated}}</truncated>
42 <in_reply_to_status_id>{{$user.status.in_reply_to_status_id}}</in_reply_to_status_id>
43 <in_reply_to_user_id>{{$user.status.in_reply_to_user_id}}</in_reply_to_user_id>
44 <favorited>{{$user.status.favorited}}</favorited>
45 <in_reply_to_screen_name>{{$user.status.in_reply_to_screen_name}}</in_reply_to_screen_name>
46 <geo>{{$user.status.geo}}</geo>
47 <coordinates>{{$user.status.coordinates}}</coordinates>
48 <place>{{$user.status.place}}</place>
49 <contributors>{{$user.status.contributors}}</contributors>