core/api/modules/crm_comments/index.html

12 lines
336 B
HTML

{section name=customer loop=$comments} {if $comments[customer].id}
<div class="mt-3 p-3 container" style="border: 1px solid gray; border-radius:10px;">
<h3>{$comments[customer].fio} <span style="font-size: 12pt; color: gray;">{$comments[customer].t}</span></h3>
{$comments[customer].txt}
</div>
{/if} {/section}