{if empty($approvalMethods)} {assign var="approvalMethods" value=[]} {/if} {if $errormessage} {include file="$template/includes/alert.tpl" type="error" errorshtml=$errormessage} {/if}
{include file="$template/includes/subheader.tpl" title={lang key='ssl.selectValidation'}}
{if empty($approvalMethods) || (!empty($approvalMethods) && in_array('email', $approvalMethods))} {/if} {if in_array('dns-txt-token', $approvalMethods)} {/if} {if in_array('file', $approvalMethods)} {/if}
{lang key='ssl.emailMethodDescription'}

{lang key='ssl.selectEmail'}

{foreach from=$approveremails item=approveremail key=num}
{/foreach}