@model Yavsc.Models.Musical.Profiles.FormationSettings @if (Model == null) {

@SR["ENOFORMATIONSETTINGS"]

} @if (Model != null) {
@SR["Formation"] @Model.DisplayName

@Model.Summary

@foreach(var inst in Model.Instruments) { @Html.DisplayNameFor(model => model.Tool) }
@Html.DisplayNameFor(model => model.Tool)
@Html.DisplayFor(model => model.Tool)

}