{if $payment_method->message_payment != ""}
{$payment_method->message_payment}
{/if}
{if $payment_test_mode}
{$msg.cart.gateway_in_test_mode}
{/if}
{if $order->paymentIsRealtime == "Yes"}
{if $is_payment_error == "yes"}
{$payment_error_message}
{/if}
{foreach from=$payment_form item="field"}
{if $field.type == "hidden"}
{/if}
{/foreach}
{if $paymentProfile}
{assign var="paymentProfileBillingData" value=$paymentProfile->billingData}
{if count($payment_profile_form) > 0}
{/if}
{/if}
{if $processor_form_template}
{include file=$processor_form_template}
{else}
{/if}
{else}
{/if}