@using Petwork.Domain.ValueObjects.Profiles @model OrganizationProfileForm @{ ViewBag.Title = "Edit Profile"; Layout = "~/Views/Shared/_LayoutUserThreeBars.cshtml"; }
@using (Html.BeginForm()) {
save @Resources.Profile.Cancel

@Resources.Profile.LargerORG

}