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

{if $rows} {foreach from=$rows item=row} {/foreach}
{ts}Saved Search{/ts} {ts}Description{/ts} {ts}Criteria{/ts}
{$row.name} {$row.description}
    {foreach from=$row.query_detail item=criteria}
  • {$criteria}
  • {/foreach}
{$row.action}
{else}

{ts}status{/ts}
{ts}There are currently no Saved Searches. To create a Saved search:{/ts}

    {capture assign=crmURLsearch}{crmURL p='civicrm/contact/search/basic' q='reset=1'}{/capture} {capture assign=crmURLadvanced}{crmURL p='civicrm/contact/search/advanced' q='reset=1'}{/capture}
  • {ts 1=$crmURLsearch 2=$crmURLadvanced}Use Find or Advanced Search form to enter search criteria{/ts}
  • {ts}Run and refine the search criteria as necessary{/ts}
  • {ts}Select 'New Saved Search' from the '- more actions -' drop-down menu and click 'Go'{/ts}
  • {ts}Enter a name and description for your Saved Search{/ts}

{/if}

{/strip}