{* $Id$ *} {title url="tiki-invite.php"}{tr}Invitation{/tr}{/title}
{button class="btn btn-primary" _text="{tr}Invitations list{/tr}" href="tiki-list_invite.php"}
{if $sentresult}
{tr}The mail has been sent to: {/tr}
{elseif $smarty.request.send && !$smarty.request.confirm && !$smarty.request.back}
{tr}You are about to send an invitation to theses people, please confirm{/tr}
{foreach from=$smarty.request.invitegroups item=g} {/foreach}
{else}

Load a previous invitation settings :

{tr}Fill this box with the list of emails you want to invite :{/tr}
{tr}Format of the list above :{/tr}
{tr}CSV Style: One line per invitation, with the format: lastname,firstname,email{/tr}
{tr}Everything that appear as an email in the text will be detected and used (in that case, {literal}{firstname} and {lastname}{/literal} will be ignored in the email content){/tr}

{tr}Type here the email subject you'll want to be sent to them :{/tr}

{tr}Type here the email content you'll want to be sent to them (and let the {literal}{link}{/literal} word, it will be replaced with the good link for registering) :{/tr}

{tr}Type here the content that the user will see when he'll click on the link from the mail :{/tr}
{if count($invitegroups) > 0 && count($usergroups) > 0}
{tr}Choose one or more groups that you want these subscriptions to be in. Don't choose any if you don't want anything special :{/tr}
{else} {/if}
Redirect to this wiki page after invitation acceptance (let it blank if unwanted) :

{/if}