@model IList @{ ViewBag.Title = "Edit Pet Profile"; Layout = "~/Views/Shared/_LayoutUserTwoBars.cshtml"; Html.DoSelect("Sidebar", "Pet"); } @section head { @* javascript ("~/Scripts/p4p.pet.js")" *@ }
@if (ViewBag.IsMe) { @Resources.Pet.AddPet @*buy a pet or puppy*@ }

@(ViewBag.IsMe ? @Resources.Pet.MyPets : ViewBag.Target.FullName + "'s Pets")

@* This needs a design from Eduardo *@
Sei sicuro di voler eliminare questo animale?
@section foot{ }