{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *}
{if $action eq 1}{ts}New Participant Status{/ts}{elseif $action eq 2}{ts}Edit Participant Status{/ts}{else}{ts}Delete Participant Status{/ts}{/if}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{icon icon="fa-info-circle"}{/icon} {ts}WARNING: Deleting this Participant Status will remove all of its settings.{/ts} {ts}Do you want to continue?{/ts}
{include file="CRM/common/formButtons.tpl"}
{else}
{$form.name.label} {$form.name.html}
{ts}Name of this status type, for use in the code.{/ts}
{$form.label.label}{if $action == 2} {include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_participant_status_type' field='label' id=$id}{/if} {$form.label.html}
{ts}Display label for this status.{/ts}
{$form.class.label} {$form.class.html}
{ts}The general class of this status. Participant counts are grouped by class on the CiviEvent Dashboard. Participants with a 'Pending' class status will be moved to 'Expired' status if Pending Participant Hours has elapsed (when the ParticipantProcessor.php background processing script is run).{/ts}
{$form.is_reserved.label} {$form.is_reserved.html}
{$form.is_active.label} {$form.is_active.html}
{$form.is_counted.label} {$form.is_counted.html}
{ts}Should a person with this status be counted as a participant for the purpose of controlling the Maximum Number of Participants?{/ts}
{$form.weight.label} {$form.weight.html}
{$form.visibility_id.label} {$form.visibility_id.html}
{ts}If you allow users to select a Participant Status by including that field on a profile - only statuses with 'Public' visibility are listed.{/ts}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{/if}