{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Ajax-loaded list of related cases *} {foreach from=$relatedCases item=row key=caseId} {/foreach}
{ts}Client Name{/ts} {ts}Case Type{/ts}
{$row.client_name} {$row.case_type} {$row.links}