{** search form starts here **}

{** search form ends here **}

{trans key="recurring_profiles.recurring_profiles"}


{include file="templates/pages/recurring-profiles/modal-search.html"} {if $recurringProfiles} {include file="templates/pages/recurring-profiles/modal-bulk-update-status.html"} {/if}
{if $recurringProfiles}
{/if}
{if !$recurringProfiles}
{trans key="recurring_profiles.no_records_found"}
{/if}
  {if $recurringProfiles}
{foreach from=$recurringProfiles item="recurringProfile"} {/foreach}
{trans key="recurring_profiles.profile_id"} {trans key="recurring_profiles.customer_name"} {trans key="recurring_profiles.prod_name"} {trans key="recurring_profiles.next_billing_date"} {trans key="recurring_profiles.status"} {trans key="recurring_profiles.has_trial"} {trans key="recurring_profiles.product_subtotal"}
{$recurringProfile->profileId} {$recurringProfile->subscriberName} {$recurringProfile->productName} {if $recurringProfile->hasMoreBillingCycles}{$recurringProfile->dateNextBilling}{else} {/if} {$recurringProfile->status} {if $recurringProfile->trialEnabled}Yes{else}No{/if} {if $recurringProfile->trialEnabled}{$recurringProfile->trialAmount*$recurringProfile->itemsQuantity|price} / {/if} {$recurringProfile->billingAmount*$recurringProfile->itemsQuantity|price} Edit
{if $paginator->prevPage} {else} {/if} {if $paginator->nextPage} {else} {/if} {$paginator->itemsFrom}-{$paginator->itemsTo} of {$paginator->itemsCount}
{else} {/if}