Контакты

@*

@T("PageTitle.ContactUs")

@await Component.InvokeAsync(typeof(TopicBlockViewComponent), new { systemName = "ContactUs" }) @await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContactUsTop, additionalData = Model }) @if (Model.SuccessfullySent) {
@Model.Result
} else {
@if (Model.SubjectEnabled) {
}
@if (Model.DisplayCaptcha) { }
} @await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.ContactUsBottom, additionalData = Model })
*@