{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* this template is used for displaying survey information *} {if $surveys} {include file="CRM/common/enableDisableApi.tpl"} {include file="CRM/common/jsortable.tpl"}
{foreach from=$surveys item=survey} {/foreach}
{ts}Survey{/ts} {ts}Campaign{/ts} {ts}Survey Type{/ts} {ts}Release Frequency{/ts} {ts}Max Number Of Contacts{/ts} {ts}Default Number Of Contacts{/ts} {ts}Default?{/ts} {ts}Active?{/ts}
{$survey.title} {$survey.campaign_id} {$survey.activity_type_id} {$survey.release_frequency} {$survey.max_number_of_contacts} {$survey.default_number_of_contacts} {if $survey.is_default}{ts}Default{/ts} {/if} {if $survey.is_active}{ts}Yes{/ts}{else}{ts}No{/ts}{/if} {$survey.action}
{else}
 {ts}None found.{/ts}
{/if}