@model PollModel
@Model.Name @if (Model.AlreadyVoted) { @string.Format(T("Polls.TotalVotes").Text, Model.TotalVotes) } else {
}