{if $this->getAttribute('showTitle') && $this->getAttribute('frontendTitle')}

{$this->getAttribute('frontendTitle')}

{/if} {if $this->getAttribute('content') != ""}
{$this->getAttribute('content')}
{/if} {if isset( $successMessage )}
{$successMessage}
{/if} {if isset( $errorMessage )}
{$errorMessage}
{/if}
{if $formContent}
{$formContent}
{/if}
{if $this->getAttribute('labels')} {/if}
{if $this->getAttribute('labels')} {/if}
{if $this->getAttribute('labels')} {/if}
{if $this->getAttribute('showPrivacyPolicyCheckbox')} {if $createPrivacyPolicyLink} {/if} {/if} {if isset($CaptchaDisplay)} {if $this->getAttribute('labels') && !$CaptchaDisplay->isInvisible()} {/if} {$CaptchaDisplay->create()} {/if}