{$node.data_map.title.content}
{$node.data_map.we_send_email.content.output.output_text}
{else}
{$node.data_map.subtitle.content.output.output_text}
{'CONTACT_US_ARE_YOU_ON_USER'|i18n('on/fo/browser')}
{'CONTACT_US_FIRST_NAME'|i18n('on/fo/browser')}
{'CONTACT_US_LAST_NAME'|i18n('on/fo/browser')}
{'CONTACT_US_EMAIL'|i18n('on/fo/browser')}
{'CONTACT_US_APPLICATION'|i18n('on/fo/browser')}
{'CONTACT_US_CATEGORY'|i18n('on/fo/browser')}
{'CONTACT_US_SUBJECT'|i18n('on/fo/browser')}
{'CONTACT_US_MESSAGE'|i18n('on/fo/browser')}
{def $OnSupport = fetch( 'content', 'list',
hash( 'parent_node_id', 2,
'class_filter_type', 'include',
'class_filter_array', array('on_support'),
'limit', 1
)
)
}
{foreach $OnSupport as $support}
{def $OnSupportPage = fetch( 'content', 'list',
hash( 'parent_node_id', $support.node_id,
'class_filter_type', 'include',
'class_filter_array', array('on_support_page')
)
)
}
{foreach $OnSupportPage as $supportPage}
{/foreach}
{/foreach}
{'CONTACT_US_PLEASE_LOGIN'|i18n('on/fo/browser')}
{switch match=onportal_contact_us_get_errors_login()}
{case match=201}
{'HEADER_LOGIN_NOT_FOUND_CANT_SEND'|i18n('on/fo/browser')}
{/case}
{case match=202}
{'HEADER_LOGIN_IS_MISSING_CANT_SEND'|i18n('on/fo/browser')}
{/case}
{case match=102}
{'HEADER_LOGIN_IS_MISSING_NOT_SIGNED'|i18n('on/fo/browser')}
{/case}
{case match=103}
{'HEADER_PASSWORD_IS_MISSING'|i18n('on/fo/browser')}
{/case}
{case match=104}
{'HEADER_NOT_SIGNED_IN_INVALID_LOGIN_FORMAT'|i18n('on/fo/browser')}
{/case}
{case match=105}
{'HEADER_NOT_SIGNED_IN_NO_USER_FOUND'|i18n('on/fo/browser')}
{/case}
{case match=106}
{'HEADER_NOT_SIGNED_IN_INVALID_PASSWORD'|i18n('on/fo/browser')}
{/case}
{case match=101}
{'HEADER_INCORRECT_ACCESS_RIGHTS_URL'|i18n('on/fo/browser')}
{/case}
{case}
{'HEADER_SYSTEM_ERROR'|i18n('on/fo/browser')}
{/case}
{/switch}
{/if}