@model ApplicationUser
blah
@Model.UserName
@if (Model.Posts!=null) {
@SR["His blog"]
}
@if (!string.IsNullOrEmpty(
Model.DedicatedGoogleCalendar))
{
@SR["Exposes his Google calendar!"]
}
@if (Model.Devices?.Count>0)
{
@SR["Uses the mobile application, and receives push notifications"]
}
}