{section name=customer loop=$my_tasks} {if $my_tasks[customer].id} {if ($my_tasks[customer].prioritet=='Низкий')} {assign var=div_css value='alert-light'} {/if} {if ($my_tasks[customer].prioritet=='Обычный')} {assign var=div_css value='alert-warning'} {/if} {if ($my_tasks[customer].prioritet=='Высокий')} {assign var=div_css value='alert-danger'} {/if}
{$my_tasks[customer].start} - {$my_tasks[customer].t} {if ($my_tasks[customer].prosrok==1 && $my_tasks[customer].status==0)} Просрочена {/if}

От: {$my_tasks[customer].autor_fio} -> {$my_tasks[customer].isp_fio}

{$my_tasks[customer].txt}
{if ($my_tasks[customer].status==0)} Добавить коментарий {/if} {if ($my_tasks[customer].comments_count)} {$my_tasks[customer].comments_count} {/if} {if ($my_tasks[customer].status==0)} Завершить {/if} {if ($my_tasks[customer].status==1)} Возобновить {/if} {if ($my_tasks[customer].status==0)} Отложить {/if} {if ($my_tasks[customer].status==0)} Делегировать {/if}
{/if} {/section}