(function() {var template = Handlebars.template, templates = $$WP.Templates = $$WP.Templates || {};templates = templates.Payments = templates.Payments || {};templates = templates.Shared = templates.Shared || {};templates['_PaymentStepLoading'] = template({"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) {
    var lookupProperty = container.lookupProperty || function(parent, propertyName) {
        if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
          return parent[propertyName];
        }
        return undefined
    };

  return "<div id=\"PaymentMethodEntryStepLoading\" class=\"Step pmtStep\">"
    + container.escapeExpression((lookupProperty(helpers,"ajaxSpinner")||(depth0 && lookupProperty(depth0,"ajaxSpinner"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),1,{"name":"ajaxSpinner","hash":{},"data":data,"loc":{"start":{"line":1,"column":62},"end":{"line":1,"column":79}}}))
    + "</div>";
},"useData":true});})();