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

  return ((stack1 = lookupProperty(helpers,"if").call(depth0 != null ? depth0 : (container.nullContext || {}),((stack1 = (depth0 != null ? lookupProperty(depth0,"SampleCardImages") : depth0)) != null ? lookupProperty(stack1,"length") : stack1),{"name":"if","hash":{},"fn":container.program(1, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":50},"end":{"line":1,"column":609}}})) != null ? stack1 : "");
},"1":function(container,depth0,helpers,partials,data) {
    var stack1, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, lookupProperty = container.lookupProperty || function(parent, propertyName) {
        if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
          return parent[propertyName];
        }
        return undefined
    };

  return "<div class=\"insuranceCard\"><div class=\"label\">"
    + container.escapeExpression((lookupProperty(helpers,"getDisplayString")||(depth0 && lookupProperty(depth0,"getDisplayString"))||alias2).call(alias1,"ExampleCardIndicator","Insurance",{"name":"getDisplayString","hash":{},"data":data,"loc":{"start":{"line":1,"column":127},"end":{"line":1,"column":182}}}))
    + "</div>"
    + ((stack1 = lookupProperty(helpers,"each").call(alias1,(depth0 != null ? lookupProperty(depth0,"SampleCardImages") : depth0),{"name":"each","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":188},"end":{"line":1,"column":351}}})) != null ? stack1 : "")
    + "</div>"
    + ((stack1 = (lookupProperty(helpers,"ifGt")||(depth0 && lookupProperty(depth0,"ifGt"))||alias2).call(alias1,((stack1 = (depth0 != null ? lookupProperty(depth0,"SampleCardImages") : depth0)) != null ? lookupProperty(stack1,"length") : stack1),1,{"name":"ifGt","hash":{},"fn":container.program(4, data, 0),"inverse":container.noop,"data":data,"loc":{"start":{"line":1,"column":357},"end":{"line":1,"column":602}}})) != null ? stack1 : "");
},"2":function(container,depth0,helpers,partials,data) {
    var alias1=container.escapeExpression, lookupProperty = container.lookupProperty || function(parent, propertyName) {
        if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
          return parent[propertyName];
        }
        return undefined
    };

  return "<img src=\""
    + alias1(container.lambda(depth0, depth0))
    + "\" alt=\""
    + alias1((lookupProperty(helpers,"getDisplayString")||(depth0 && lookupProperty(depth0,"getDisplayString"))||container.hooks.helperMissing).call(depth0 != null ? depth0 : (container.nullContext || {}),"UpdateCoverageSampleInsuranceCardAltText","Insurance",{"name":"getDisplayString","hash":{},"data":data,"loc":{"start":{"line":1,"column":239},"end":{"line":1,"column":314}}}))
    + "\" class=\"sampleCardImage\" />";
},"4":function(container,depth0,helpers,partials,data) {
    return "<div class=\"navigation\"><a href=\"#\" class=\"disabled\" data-id=\"insurancecard-back\"><span class=\"clearlabel\"></span></a><a href=\"#\" data-id=\"insurancecard-next\"><span class=\"clearlabel\"></span></a></div>";
},"useData":true});})();