{* +--------------------------------------------------------------------+ | CiviCRM version 4.6 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2015 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {if (!$chartEnabled || !$chartSupported )&& $rows} {if $pager and $pager->_response and $pager->_response.numPages > 1}
{include file="CRM/common/pager.tpl" location="top"}
{/if}
{capture assign="tableHeader"} {foreach from=$columnHeaders item=header key=field} {if !$skip} {if $header.colspan} {assign var=skip value=true} {assign var=skipCount value=`$header.colspan`} {assign var=skipMade value=1} {else} {assign var=skip value=false} {/if} {else} {* for skip case *} {assign var=skipMade value=`$skipMade+1`} {if $skipMade >= $skipCount}{assign var=skip value=false}{/if} {/if} {/foreach} {/capture} {if !$sections} {* section headers and sticky headers aren't playing nice yet *} {$tableHeader} {/if} {* pre-compile section header here, rather than doing it every time under foreach *} {capture assign=sectionHeaderTemplate} {assign var=columnCount value=$columnHeaders|@count} {assign var=l value=$smarty.ldelim} {assign var=r value=$smarty.rdelim} {foreach from=$sections item=section key=column name=sections} {counter assign="h"} {$l}isValueChange value=$row.{$column} key="{$column}" assign=isValueChanged{$r} {$l}if $isValueChanged{$r} {$l}if $sections.{$column}.type & 4{$r} {$l}assign var=printValue value=$row.{$column}|crmDate{$r} {$l}elseif $sections.{$column}.type eq 1024{$r} {$l}assign var=printValue value=$row.{$column}|crmMoney{$r} {$l}else{$r} {$l}assign var=printValue value=$row.{$column}{$r} {$l}/if{$r} {if $smarty.foreach.sections.last} {$l}$tableHeader{$r} {/if} {$l}/if{$r} {/foreach} {/capture} {foreach from=$rows item=row key=rowid} {eval var=$sectionHeaderTemplate} {foreach from=$columnHeaders item=header key=field} {assign var=fieldLink value=$field|cat:"_link"} {assign var=fieldHover value=$field|cat:"_hover"} {assign var=fieldClass value=$field|cat:"_class"} {/foreach} {/foreach} {if $grandStat} {* foreach from=$grandStat item=row*} {foreach from=$columnHeaders item=header key=field} {/foreach} {* /foreach*} {/if}
{$header.title}{$header.title}
{$section.title}: {$l}$printValue|default:"none"{$r} ({$l}sectionTotal key=$row.{$column} depth={$smarty.foreach.sections.index}{$r})
{if $row.$fieldLink} {/if} {if $row.$field eq 'Subtotal'} {$row.$field} {elseif $header.type & 4 OR $header.type & 256} {if $header.group_by eq 'MONTH' or $header.group_by eq 'QUARTER'} {$row.$field|crmDate:$config->dateformatPartial} {elseif $header.group_by eq 'YEAR'} {$row.$field|crmDate:$config->dateformatYear} {else} {if $header.type == 4} {$row.$field|truncate:10:''|crmDate} {else} {$row.$field|crmDate} {/if} {/if} {elseif $header.type eq 1024} {$row.$field|crmMoney} {else} {$row.$field} {/if} {if $row.$fieldLink}{/if}
{if $header.type eq 1024} {$grandStat.$field|crmMoney} {else} {$grandStat.$field} {/if}
{if $pager and $pager->_response and $pager->_response.numPages > 1}
{include file="CRM/common/pager.tpl" }
{/if} {/if}