{load_language_text section="contact_us"} {load_language_text section="buttons" name="button"} {load_language_text section="gv_send"}

{$txt.heading_gvsend}

{if $action eq 'process'}
{$txt.text_success}


{$button.continue}
{elseif $action eq 'send'}

{$MAIN_MESSAGE}
{if $POST_MESSAGE neq ''} {$POST_MESSAGE} {/if}

{$button.back}
{$HIDDEN_FIELDS}
{elseif $action eq ''}
{$txt.heading_text}

{$txt.text_required}
{$INPUT_TO_NAME} {$txt.text_required_sign}
{$INPUT_EMAIL} {$txt.text_required_sign} {if $ERROR_EMAIL neq ''}{$txt.error_entry_email_address_check}{/if}
{$INPUT_AMOUNT} {$txt.text_required_sign} {if $ERROR_AMOUNT neq ''}{$txt.error_entry_amount_check}{/if}
{$TEXTAREA_MESSAGE}
{/if}