[#assign type=configuration.type!'submit'] [#assign buttonType=configuration.buttonType] [#if configuration.type == "previous"] [#if !buttonType?has_content] [#assign buttonType="secondary"] [/#if]
[#elseif configuration.type == "next"] [#if !buttonType?has_content] [#assign buttonType="primary"] [/#if]
[#else] [#if !buttonType?has_content] [#assign buttonType="primary"] [/#if]
[/#if]