{{ if $status }}
    $status.created_at
    $status.id
    $status.text
    $status.source
    $status.truncated
    $status.in_reply_to_status_id
    $status.in_reply_to_user_id
    $status.favorited
    $status.in_reply_to_screen_name
    $status.geo
    $status.coordinates
    $status.place
    $status.contributors
	
	  $status.user.id
	  $status.user.name
	  $status.user.screen_name
	  $status.user.location
	  $status.user.description
	  $status.user.profile_image_url
	  $status.user.url
	  $status.user.protected
	  $status.user.followers
	  $status.user.profile_background_color
  	  $status.user.profile_text_color
  	  $status.user.profile_link_color
  	  $status.user.profile_sidebar_fill_color
  	  $status.user.profile_sidebar_border_color
  	  $status.user.friends_count
  	  $status.user.created_at
  	  $status.user.favourites_count
  	  $status.user.utc_offset
  	  $status.user.time_zone
  	  $status.user.profile_background_image_url
  	  $status.user.profile_background_tile
  	  $status.user.profile_use_background_image
  	  
  	  $status.user.geo_enabled
  	  $status.user.verified
  	  
  	  $status.user.statuses_count
  	  $status.user.lang
  	  $status.user.contributors_enabled
	  
{{ endif }}