<include href="header.html" />
<check if="isset(@confirm)">
<form action="{{@NAV.fullpath}}" method="POST">
<fieldset>
<legend>Really Delete Email Domain {{ @PARAMS.domain }}</legend>
<br>
<input type="submit" value="Delete {{ @PARAMS.domain }}">
<small><b>CAUTION:</b> This will permanently remove the email domain {{ @PARAMS.domain }} including all email accounts, aliases, etc. from this server. There is no undo after this!</small>
</fieldset>
</form>
</check>
<include href="footer.html" />