{{this.title}}
{%for tab in this.tab_definitions%}
{{tab['name']}}
{%endfor%}
{%for tab in this.tab_definitions%}
{{tab['contents']()}}
{%endfor%}
Cancel
{%for button in this.gateway_buttons%}
{ {%for option in button['options']%} "gateway_{{option}}": "$val({{option}}{{prefix}})"{%if not loop.last%},{%endif%} {%endfor%} }
{{button['title']}}
{%endfor%}