{if $inv->esr.hour1 != Null && $inv->esr.hour1 != ''} {/if} {if $inv->esr.hour2 != Null && $inv->esr.hour2 != ''} {/if}
  • First Hour :
{if ($inv->esr.hour1_range_txt == Null || $inv->esr.hour1_range_txt == '' ) && ($inv->esr.hour1_low == 1 || $inv->esr.hour1_high == 1 )}
{else}
{/if} {$inv->esr.hour1_value}
{if $inv->esr.hour1_range_txt == Null || $inv->esr.hour1_range_txt == ''} {if $inv->esr.hour1_low == 1 }Low {else if $inv->esr.hour1_high == 1 } High {/if} {/if} Normal : {if $inv->esr.hour1_range_txt != Null && $inv->esr.hour1_range_txt != ''} {$inv->esr.hour1_range_txt} {else} {if $inv->esr.hour1_range_low >= 0 && $inv->esr.hour1_range_low != Null } {$inv->esr.hour1_range_low} {/if} {if $inv->esr.hour1_range_high >= 0 && $inv->esr.hour1_range_high != Null } - {$inv->esr.hour1_range_high} {/if} {if $inv->esr.hour1_invest_units && $inv->esr.hour1_invest_units != Null } {$inv->esr.hour1_invest_units} {/if} {/if}
  • Second Hour :
{if ($inv->esr.hour2_range_txt == Null || $inv->esr.hour2_range_txt == '' ) && ($inv->esr.hour2_low == 1 || $inv->esr.hour2_high == 1 )}
{else}
{/if} {$inv->esr.hour2_value}
{if $inv->esr.hour2_range_txt == Null || $inv->esr.hour2_range_txt == ''} {if $inv->esr.hour2_low == 1 } Low {else if $inv->esr.hour2_high == 1 } High {/if} {/if} Normal : {if $inv->esr.hour2_range_txt != Null && $inv->esr.hour2_range_txt != ''} {$inv->esr.hour2_range_txt} {else} {if $inv->esr.hour2_range_low >= 0 && $inv->esr.hour2_range_low != Null } {$inv->esr.hour2_range_low} {/if} {if $inv->esr.hour2_range_high >= 0 && $inv->esr.hour2_range_high != Null } - {$inv->esr.hour2_range_high} {/if} {if $inv->esr.hour2_invest_units && $inv->esr.hour2_invest_units != Null } {$inv->esr.hour2_invest_units} {/if} {/if}