<# if ( data.footer.subtotal ) { #>
{{data.footer.subtotalLabel}}
<# } #>
<# if ( data.footer.footerTxt ) { #> {{{data.footer.footerTxt}}} <# } #>
<# _.each( data.footer.buttonsPosition, function( key ) { #> <# if( data.footer.buttonsText[key] ){ #> {{{data.footer.buttonsText[key]}}} <# if( key === 'checkout' && data.footer.checkoutTotal === 'yes' ){ #> - <# } #> <# } #> <# }) #>