{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}

{if $rows }

{include file="CRM/common/formButtons.tpl" location="top"}

{foreach from=$rows item=row} {/foreach}
{ts}Name{/ts} {ts}Type{/ts} {ts}Member Since{/ts} {ts}Start Date{/ts} {ts}End Date{/ts} {ts}Source{/ts} {ts}Status{/ts}
{$row.sort_name} {$row.membership_type} {$row.join_date|truncate:10:''|crmDate} {$row.membership_start_date|truncate:10:''|crmDate} {$row.membership_end_date|truncate:10:''|crmDate} {$row.membership_source} {$row.membership_status}

{include file="CRM/common/formButtons.tpl" location="bottom"}
{else}
{ts}status{/ts} {ts}There are no records selected for Print.{/ts}
{/if}