{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {capture assign=managePremiumsURL}{crmURL p='civicrm/admin/contribute/managePremiums' q="reset=1"}{/capture} {if $rows}

{ts 1=$managePremiumsURL}The premiums listed below are currently offered on this Contribution Page. If you have other premiums which are not already being offered on this page, you will see a link below to offer another premium. Use Contributions » Premiums to create or enable additional premium choices which can be used on any Contribution page.{/ts}

{strip} {foreach from=$rows item=row} {/foreach}
{ts}Name{/ts} {ts}SKU{/ts} {ts}Market Value{/ts} {ts}Min Contribution{/ts} {ts}Actual Cost{/ts} {ts}Financial Type{/ts} {ts}Order{/ts}
{$row.product_name} {$row.sku} {$row.price|crmMoney} {$row.min_contribution|crmMoney} {$row.cost|crmMoney} {$row.financial_type} {$row.weight} {$row.action}
{/strip}
{if $products} {/if}
{else} {if $showForm eq false}
{if $products ne null }
{capture assign=crmURL}{crmURL p='civicrm/admin/contribute/addProductToPage' q="reset=1&action=update&id=$id"}{/capture} {ts 1=$crmURL}There are no premiums offered on this contribution page yet. You can add one.{/ts} {else}
{ts 1=$managePremiumsURL}There are no active premiums for your site. You can create and/or enable premiums here.{/ts} {/if}
{/if} {/if}