@model PerformerProfile
@if (Model.Performer != null) { @if (Model.Performer.Avatar != null) { avatar } @Model.Performer.UserName }