/**! @license handlebars v4.0.10Copyright (C) 2011-2016 by Yehuda KatzPermission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS INTHE SOFTWARE.*/define("handlebars/utils",["exports"],function(a){"use strict";functionb(a){returnj[a]}functionc(a){for(varb=1;b<arguments.length;b++)for(varcinarguments[b])Object.prototype.hasOwnProperty.call(arguments[b],c)&&(a[c]=arguments[b][c]);returna}functiond(a,b){for(varc=0,d=a.length;c<d;c++)if(a[c]===b)returnc;return-1}functione(a){if("string"!=typeofa){if(a&&a.toHTML)returna.toHTML();if(null==a)return"";if(!a)returna+"";a=""+a}returnl.test(a)?a.replace(k,b):a}functionf(a){return!a&&0!==a||!(!o(a)||0!==a.length)}functiong(a){varb=c({},a);returnb._parent=a,b}functionh(a,b){returna.path=b,a}functioni(a,b){return(a?a+".":"")+b}a.__esModule=!0,a.extend=c,a.indexOf=d,a.escapeExpression=e,a.isEmpty=f,a.createFrame=g,a.blockParams=h,a.appendContextPath=i;varj={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},k=/[&<>"'`=]/g,l=/[&<>"'`=]/,m=Object.prototype.toString;a.toString=m;varn=function(a){return"function"==typeofa};n(/x/)&&(a.isFunction=n=function(a){return"function"==typeofa&&"[object Function]"===m.call(a)}),a.isFunction=n;varo=Array.isArray||function(a){return!(!a||"object"!=typeofa)&&"[object Array]"===m.call(a)};a.isArray=o}),define("handlebars/exception",["exports","module"],function(a,b){"use strict";functionc(a,b){vare=b&&b.loc,f=void0,g=void0;e&&(f=e.start.line,g=e.start.column,a+=" - "+f+":"+g);for(varh=Error.prototype.constructor.call(this,a),i=0;i<d.length;i++)this[d[i]]=h[d[i]];Error.captureStackTrace&&Error.captureStackTrace(this,c);try{e&&(this.lineNumber=f,Object.defineProperty?Object.defineProperty(this,"column",{value:g,enumerable:!0}):this.column=g)}catch(j){}}vard=["description","fileName","lineNumber","message","name","number","stack"];c.prototype=newError,b.exports=c}),define("handlebars/helpers/block-helper-missing",["exports","module","../utils"],function(a,b,c){"use strict";b.exports=function(a){a.registerHelper("blockHelperMissing",function(b,d){vare=d.inverse,f=d.fn;if(b===!0)returnf(this);if(b===!1||null==b)returne(this);if(c.isArray(b))returnb.length>0?(d.ids&&(d.ids=[d.name]),a.helpers.each(b,d)):e(this);if(d.data&&d.ids){varg=c.createFrame(d.data);g.contextPath=c.appendContextPath(d.data.contextPath,d.name),d={data:g}}returnf(b,d)})}}),define("handlebars/helpers/each",["exports","module","../utils","../exception"],function(a,b,c,d){"use strict";functione(a){returna&&a.__esModule?a:{"default":a}}varf=e(d);b.exports=function(a){a.registerHelper("each",function(a,b){functiond(b,d,f){j&&(j.key=b,j.index=d,j.first=0===d,j.last=!!f,k&&(j.contextPath=k+b)),i+=e(a[b],{data:j,blockParams:c.blockParams([a[b],b],[k+b,null])})}if(!b)thrownewf["default"]("Must pass iterator to #each");vare=b.fn,g=b.inverse,h=0,i="",j=void0,k=void0;if(b.data&&b.ids&&(k=c.appendContextPath(b.data.contextPath,b.ids[0])+"."),c.isFunction(a)&&(a=a.call(this)),b.data&&(j=c.createFrame(b.data)),a&&"object"==typeofa)if(c.isArray(a))for(varl=a.length;h<l;h++)hina&&d(h,h,h===a.length-1);else{varm=void0;for(varnina)a.hasOwnProperty(n)&&(void0!==m&&d(m,h-1),m=n,h++);void0!==m&&d(m,h-1,!0)}return0===h&&(i=g(this)),i})}}),define("handlebars/helpers/helper-missing",["exports","module","../exception"],function(a,b,c){"use strict";functiond(a){returna&&a.__esModule?a:{"default":a}}vare=d(c);b.exports=function(a){a.registerHelper("helperMissing",function(){if(1!==arguments.length)thrownewe["default"]('Missing helper: "'+arguments[arguments.length-1].name+'"')})}}),define("handlebars/helpers/if",["exports","module","../utils"],function(a,b,c){"use strict";b.exports=function(a){a.registerHelper("if",function(a,b){returnc.isFunction(a)&&(a=a.call(this)),!b.hash.includeZero&&!a||c.isEmpty(a)?b.inverse(this):b.fn(this)}),a.registerHelper("unless",function(b,c){returna.helpers["if"].call(this,b,{fn:c.inverse,inverse:c.fn,hash:c.hash})})}}),define("handlebars/helpers/log",["exports","module"],function(a,b){"use strict";b.exports=function(a){a.registerHelper("log",function(){for(varb=[void0],c=arguments[arguments.length-1],d=0;d<arguments.length-1;d++)b.push(arguments[d]);vare=1;null!=c.hash.level?e=c.hash.level:c.data&&null!=c.data.level&&(e=c.data.level),b[0]=e,a.log.apply(a,b)})}}),define("handlebars/helpers/lookup",["exports","module"],function(a,b){"use strict";b.exports=function(a){a.registerHelper("lookup",function(a,b){returna&&a[b]})}}),define("handlebars/helpers/with",["exports","module","../utils"],function(a,b,c){"use strict";b.exports=function(a){a.registerHelper("with",function(a,b){c.isFunction(a)&&(a=a.call(this));vard=b.fn;if(c.isEmpty(a))returnb.inverse(this);vare=b.data;returnb.data&&b.ids&&(e=c.createFrame(b.data),e.contextPath=c.appendContextPath(b.data.contextPath,b.ids[0])),d(a,{data:e,blockParams:c.blockParams([a],[e&&e.contextPath])})})}}),define("handlebars/helpers",["exports","./helpers/block-helper-missing","./helpers/each","./helpers/helper-missing","./helpers/if","./helpers/log","./helpers/lookup","./helpers/with"],function(a,b,c,d,e,f,g,h){"use strict";functioni(a){returna&&a.__esModule?a:{"default":a}}functionj(a){k["default"](a),l["default"](a),m["default"](a),n["default"](a),o["default"](a),p["default"](a),q["default"](a)}a.__esModule=!0,a.registerDefaultHelpers=j;vark=i(b),l=i(c),m=i(d),n=i(e),o=i(f),p=i(g),q=i(h)}),define("handlebars/decorators/inline",["exports","module","../utils"],function(a,b,c){"use strict";b.exports=function(a){a.registerDecorator("inline",function(a,b,d,e){varf=a;returnb.partials||(b.partials={},f=function(e,f){varg=d.partials;d.partials=c.extend({},g,b.partials);varh=a(e,f);returnd.partials=g,h}),b.partials[e.args[0]]=e.fn,f})}}),define("handlebars/decorators",["exports","./decorators/inline"],function(a,b){"use strict";functionc(a){returna&&a.__esModule?a:{"default":a}}functiond(a){e["default"](a)}a.__esModule=!0,a.registerDefaultDecorators=d;vare=c(b)}),define("handlebars/logger",["exports","module","./utils"],function(a,b,c){"use strict";vard={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(a){if("string"==typeofa){varb=c.indexOf(d.methodMap,a.toLowerCase());a=b>=0?b:parseInt(a,10)}returna},log:function(a){if(a=d.lookupLevel(a),"undefined"!=typeofconsole&&d.lookupLevel(d.level)<=a){varb=d.methodMap[a];console[b]||(b="log");for(varc=arguments.length,e=Array(c>1?c-1:0),f=1;f<c;f++)e[f-1]=arguments[f];console[b].apply(console,e)}}};b.exports=d}),define("handlebars/base",["exports","./utils","./exception","./helpers","./decorators","./logger"],function(a,b,c,d,e,f){"use strict";functiong(a){returna&&a.__esModule?a:{"default":a}}functionh(a,b,c){this.helpers=a||{},this.partials=b||{},this.decorators=c||{},d.registerDefaultHelpers(this),e.registerDefaultDecorators(this)}a.__esModule=!0,a.HandlebarsEnvironment=h;vari=g(c),j=g(f),k="4.0.10";a.VERSION=k;varl=7;a.COMPILER_REVISION=l;varm={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0"};a.REVISION_CHANGES=m;varn="[object Object]";h.prototype={constructor:h,logger:j["default"],log:j["default"].log,registerHelper:function(a,c){if(b.toString.call(a)===n){if(c)thrownewi["default"]("Arg not supported with multiple helpers");b.extend(this.helpers,a)}elsethis.helpers[a]=c},unregisterHelper:function(a){deletethis.helpers[a]},registerPartial:function(a,c){if(b.toString.call(a)===n)b.extend(this.partials,a);else{if("undefined"==typeofc)thrownewi["default"]('Attempting to register a partial called "'+a+'" as undefined');this.partials[a]=c}},unregisterPartial:function(a){deletethis.partials[a]},registerDecorator:function(a,c){if(b.toString.call(a)===n){if(c)thrownewi["default"]("Arg not supported with multiple decorators");b.extend(this.decorators,a)}elsethis.decorators[a]=c},unregisterDecorator:function(a){deletethis.decorators[a]}};varo=j["default"].log;a.log=o,a.createFrame=b.createFrame,a.logger=j["default"]}),define("handlebars/safe-string",["exports","module"],function(a,b){"use strict";functionc(a){this.string=a}c.prototype.toString=c.prototype.toHTML=function(){return""+this.string},b.exports=c}),define("handlebars/runtime",["exports","./utils","./exception","./base"],function(a,b,c,d){"use strict";functione(a){returna&&a.__esModule?a:{"default":a}}functionf(a){varb=a&&a[0]||1,c=d.COMPILER_REVISION;if(b!==c){if(b<c){vare=d.REVISION_CHANGES[c],f=d.REVISION_CHANGES[b];thrownewn["default"]("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+e+") or downgrade your runtime to an older version ("+f+").")}thrownewn["default"]("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+a[1]+").")}}functiong(a,c){functiond(d,e,f){f.hash&&(e=b.extend({},e,f.hash),f.ids&&(f.ids[0]=!0)),d=c.VM.resolvePartial.call(this,d,e,f);varg=c.VM.invokePartial.call(this,d,e,f);if(null==g&&c.compile&&(f.partials[f.name]=c.compile(d,a.compilerOptions,c),g=f.partials[f.name](e,f)),null!=g){if(f.indent){for(varh=g.split("\n"),i=0,j=h.length;i<j&&(h[i]||i+1!==j);i++)h[i]=f.indent+h[i];g=h.join("\n")}returng}thrownewn["default"]("The partial "+f.name+" could not be compiled when running in runtime-only mode")}functione(b){functionc(b){return""+a.main(f,b,f.helpers,f.partials,g,i,h)}vard=arguments.length<=1||void0===arguments[1]?{}:arguments[1],g=d.data;e._setup(d),!d.partial&&a.useData&&(g=l(b,g));varh=void0,i=a.useBlockParams?[]:void0;returna.useDepths&&(h=d.depths?b!=d.depths[0]?[b].concat(d.depths):d.depths:[b]),(c=m(a.main,c,f,d.depths||[],g,i))(b,d)}if(!c)thrownewn["default"]("No environment passed to template");if(!a||!a.main)thrownewn["default"]("Unknown template object: "+typeofa);a.main.decorator=a.main_d,c.VM.checkRevision(a.compiler);varf={strict:function(a,b){if(!(bina))thrownewn["default"]('"'+b+'" not defined in '+a);returna[b]},lookup:function(a,b){for(varc=a.length,d=0;d<c;d++)if(a[d]&&null!=a[d][b])returna[d][b]},lambda:function(a,b){return"function"==typeofa?a.call(b):a},escapeExpression:b.escapeExpression,invokePartial:d,fn:function(b){varc=a[b];returnc.decorator=a[b+"_d"],c},programs:[],program:function(a,b,c,d,e){varf=this.programs[a],g=this.fn(a);returnb||e||d||c?f=h(this,a,g,b,c,d,e):f||(f=this.programs[a]=h(this,a,g)),f},data:function(a,b){for(;a&&b--;)a=a._parent;returna},merge:function(a,c){vard=a||c;returna&&c&&a!==c&&(d=b.extend({},c,a)),d},nullContext:Object.seal({}),noop:c.VM.noop,compilerInfo:a.compiler};returne.isTop=!0,e._setup=function(b){b.partial?(f.helpers=b.helpers,f.partials=b.partials,f.decorators=b.decorators):(f.helpers=f.merge(b.helpers,c.helpers),a.usePartial&&(f.partials=f.merge(b.partials,c.partials)),(a.usePartial||a.useDecorators)&&(f.decorators=f.merge(b.decorators,c.decorators)))},e._child=function(b,c,d,e){if(a.useBlockParams&&!d)thrownewn["default"]("must pass block params");if(a.useDepths&&!e)thrownewn["default"]("must pass parent depths");returnh(f,b,a[b],c,0,d,e)},e}functionh(a,b,c,d,e,f,g){functionh(b){vare=arguments.length<=1||void0===arguments[1]?{}:arguments[1],h=g;return!g||b==g[0]||b===a.nullContext&&null===g[0]||(h=[b].concat(g)),c(a,b,a.helpers,a.partials,e.data||d,f&&[e.blockParams].concat(f),h)}returnh=m(c,h,a,g,d,f),h.program=b,h.depth=g?g.length:0,h.blockParams=e||0,h}functioni(a,b,c){returna?a.call||c.name||(c.name=a,a=c.partials[a]):a="@partial-block"===c.name?c.data["partial-block"]:c.partials[c.name],a}functionj(a,c,e){varf=e.data&&e.data["partial-block"];e.partial=!0,e.ids&&(e.data.contextPath=e.ids[0]||e.data.contextPath);varg=void0;if(e.fn&&e.fn!==k&&!function(){e.data=d.createFrame(e.data);vara=e.fn;g=e.data["partial-block"]=function(b){varc=arguments.length<=1||void0===arguments[1]?{}:arguments[1];returnc.data=d.createFrame(c.data),c.data["partial-block"]=f,a(b,c)},a.partials&&(e.partials=b.extend({},e.partials,a.partials))}(),void0===a&&g&&(a=g),void0===a)thrownewn["default"]("The partial "+e.name+" could not be found");if(ainstanceofFunction)returna(c,e)}functionk(){return""}functionl(a,b){returnb&&"root"inb||(b=b?d.createFrame(b):{},b.root=a),b}functionm(a,c,d,e,f,g){if(a.decorator){varh={};c=a.decorator(c,h,d,e&&e[0],f,g,e),b.extend(c,h)}returnc}a.__esModule=!0,a.checkRevision=f,a.template=g,a.wrapProgram=h,a.resolvePartial=i,a.invokePartial=j,a.noop=k;varn=e(c)}),define("handlebars/no-conflict",["exports","module"],function(a,b){"use strict";b.exports=function(a){varb="undefined"!=typeofglobal?global:window,c=b.Handlebars;a.noConflict=function(){returnb.Handlebars===a&&(b.Handlebars=c),a}}}),define("handlebars.runtime",["exports","module","./handlebars/base","./handlebars/safe-string","./handlebars/exception","./handlebars/utils","./handlebars/runtime","./handlebars/no-conflict"],function(a,b,c,d,e,f,g,h){"use strict";functioni(a){returna&&a.__esModule?a:{"default":a}}functionj(){vara=newc.HandlebarsEnvironment;returnf.extend(a,c),a.SafeString=k["default"],a.Exception=l["default"],a.Utils=f,a.escapeExpression=f.escapeExpression,a.VM=g,a.template=function(b){returng.template(b,a)},a}vark=i(d),l=i(e),m=i(h),n=j();n.create=j,m["default"](n),n["default"]=n,b.exports=n});