Actions
@Html.Partial("DisplayTemplates/_ChartButton", Model.LeafInputId, new ViewDataDictionary { { "Disabled", !Model.HasLeafChart } })
Download Input
Download ToUser
Download NotToUser
@using (Html.BeginUmbracoForm
(
"SendUserDownloadLink", null, new { @class = "confirm", confirm_msg = "Confirm sending email to user" }))
{
}
@if (Model.IsCancellable)
{
@CancelLink(Model)
}
@DeleteLink(Model)