@model UserAgreementModel @using SmartStore.Web.Models.Customer; @{ Layout = "~/Views/Shared/_Root.cshtml"; }

@T("DownloadableProducts.UserAgreement")

@Html.Raw(Model.UserAgreementText)
@T("Common.Continue")