Hello, May I know if this is correct, if no records found i want add a custom design, no records found. This is customtemplate in list page, and body
{{if rows}}
{{{rows}}}
{{else}}
<tr>
<td colspan="10" class="text-center py-5 text-muted">
<i class="fas fa-folder-open fa-2x mb-2"></i>
<div class="fw-bold">No records found</div>
</td>
</tr>
{{/if}}