- @if (string.IsNullOrEmpty(CurrJwd))
+ @if (string.IsNullOrEmpty(LiveData.CurrJwd))
{
- @if (currStep == CompileStep.Template)
+ @if (currStep == CompileStep.Template && ListPayload.TemplateDTO != null)
{
@@ -94,7 +94,7 @@
- @foreach (var item in IN_TemplateDTOList)
+ @foreach (var item in ListPayload.TemplateDTO)
{
string colorClass = "";
@if (SelTemplateDTO != null && item.Index == SelTemplateDTO.Index)
@@ -819,10 +819,14 @@