{{item.name.title + ' ' + item.name.first + ' ' + item.name.last}}

{{item.name.title + ' ' + item.name.first + ' ' + item.name.last | uppercase}} ({{item.gender}})

Address:
Street: {{item.location.street}}
City: {{item.location.city}}
State: {{item.location.state}}
ZIP: {{item.location.postcode}}

click here for more information