jQuery.template("Tmpl-knoema-components-timeline",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="map-timebar">  <div class="time-button play"><\/div>  <div class="time-bar-span">   <table class="map-timebar-cells" dir="'),typeof isRtl!="undefined"&&isRtl!=null&&(typeof isRtl=="function"?isRtl.call($item):isRtl)?__.push("rtl"):!0&&__.push("ltr"),__.push('">    <thead>     <tr class="map-timebar-cellrow">      '),typeof timeCells!="undefined"&&timeCells!=null&&$.each(typeof timeCells=="function"?timeCells.call($item):timeCells,function(i,cell){with(this)__.push('      <th class="time-cell '),typeof(i===clickedDate)!="undefined"&&i===clickedDate!=null&&(typeof(i===clickedDate)=="function"?(i===clickedDate).call($item):i===clickedDate)&&__.push("clicked-date"),__.push('">       <div class="time-cell-content" data-localized-name="'),typeof cell.name!="undefined"&&cell.name!=null&&__.push($.encode(typeof cell.name=="function"?cell.name.call($item):cell.name)),__.push('" data-cellvalue="'),typeof cell.id!="undefined"&&cell.id!=null&&__.push($.encode(typeof cell.id=="function"?cell.id.call($item):cell.id)),__.push('"><\/div>      <\/th>      ')}),__.push('     <\/tr>    <\/thead>   <\/table>   <div class="map-timebar-labels">    '),typeof timeLabels!="undefined"&&timeLabels!=null&&$.each(typeof timeLabels=="function"?timeLabels.call($item):timeLabels,function(n,label){with(this)__.push('    <div class="time-cell" data-localized-name="'),typeof label!="undefined"&&label!=null&&__.push($.encode(typeof label=="function"?label.call($item):label)),__.push('">'),typeof label!="undefined"&&label!=null&&__.push($.encode(typeof label=="function"?label.call($item):label)),__.push("<\/div>    ")}),__.push("   <\/div>  <\/div> <\/div>");return __})