{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {crmRegion name="crm-member-userdashboard-pre"} {/crmRegion}
{if $activeMembers}
{strip} {foreach from=$activeMembers item=activeMember} {/foreach}
{ts}Membership{/ts} {ts}Member Since{/ts} {ts}Start Date{/ts} {ts}End Date{/ts} {ts}Status{/ts}
{$activeMember.membership_type} {$activeMember.join_date|crmDate} {$activeMember.start_date|crmDate} {$activeMember.end_date|crmDate} {$activeMember.status} {if $activeMember.renewPageId}[ {ts}Renew Now{/ts} ]{/if}
{/strip}
{/if} {if $inActiveMembers}

{ts}Expired / Inactive Memberships{/ts}
{strip} {foreach from=$inActiveMembers item=inActiveMember} {/foreach}
{ts}Membership{/ts} {ts}Start Date{/ts} {ts}End Date{/ts} {ts}Status{/ts}
{$inActiveMember.membership_type} {$inActiveMember.start_date|crmDate} {$inActiveMember.end_date|crmDate} {$inActiveMember.status} {if $inActiveMember.renewPageId}[ {ts}Renew Now{/ts} ]{/if}
{/strip}
{/if} {if NOT ($activeMembers or $inActiveMembers)}
{ts}There are no memberships on record for you.{/ts}
{/if}
{crmRegion name="crm-member-userdashboard-post"} {/crmRegion}