@model ContestParticipation
@Model.JoinedPet.Name
@Model.Votes.Count @Resources.Contest.Votes
@if (ViewBag.UserCanVote) {
@Resources.Contest.VoteIt
}
@* this is to indicate if the user can join another pet, will be used only on the ajax call *@ @if (ViewBag.AddTagCanJoin != null && ViewBag.AddTagCanJoin) {
}