+ @Model.PreviousInformation @(Model.DateString) +
++ @Model.AdditionalInformation +
+You can complete them in any order.
+The current proposed conversion date is @Model.Project.ProposedConversionDate.ToDateString().
+ }else + { +The proposed conversion date has not been entered yet. When it has been it will be displayed here.
+Any future changes to the proposed conversion date will also be shown here.
+ } + + @if (Model.History != null && Model.History.Any()) + { +