{*+********************************************************************************** * The contents of this file are subject to the vtiger CRM Public License Version 1.1 * ("License"); You may not use this file except in compliance with the License * The Original Code is: vtiger CRM Open Source * The Initial Developer of the Original Code is vtiger. * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. *************************************************************************************} {strip}
{if !$MODULE} {assign var=MODULE value=$MODULE_NAME} {/if}

{foreach item=NAME_FIELD from=$MODULE_MODEL->getNameFields()} {assign var=FIELD_MODEL value=$MODULE_MODEL->getField($NAME_FIELD)} {if $FIELD_MODEL->getPermissions()} {$RECORD->get($NAME_FIELD)}  {/if} {/foreach}

{include file="DetailViewHeaderFieldsView.tpl"|vtemplate_path:$MODULE}
{/strip}