@model Disco.Web.Areas.Config.Models.Organisation.IndexModel @{ ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Organisation Details"); Html.BundleDeferred("~/ClientScripts/Modules/Disco-PropertyChangeHelpers"); Html.BundleDeferred("~/ClientScripts/Modules/Disco-AjaxHelperIcons"); }

Details

Name: @Html.EditorFor(m => m.OrganisationName) @AjaxHelpers.AjaxLoader()
Logo:

Organisation Logo
Multi-Site Mode: @Html.EditorFor(m => m.MultiSiteMode) @Html.LabelFor(m => m.MultiSiteMode) @AjaxHelpers.AjaxLoader()
Addresses:

Create
@if (Model.OrganisationAddresses.Count > 0) { @foreach (var item in Model.OrganisationAddresses) { }
Name Address
@Html.DisplayFor(modelItem => item.Name) (@Html.DisplayFor(modelItem => item.ShortName)) @Html.DisplayFor(modelItem => item.Address)
@Html.DisplayFor(modelItem => item.Suburb) @Html.DisplayFor(modelItem => item.Postcode)
@Html.DisplayFor(modelItem => item.State) @Html.DisplayFor(modelItem => item.Country)
Phone: @Html.DisplayFor(modelItem => item.PhoneNumber)
Fax: @Html.DisplayFor(modelItem => item.FaxNumber)
} else { No Addresses Stored }

This item will be permanently deleted and cannot be recovered. Are you sure?

Short Name
Name
Address
Suburb
Postcode
State
Country
Phone Number
Fax Number