2013-02-10 06:42:44 +03:00
|
|
|
<td>{{{formatStatus status monitored}}}</td>
|
|
|
|
<td><a href="/series/details/{{id}}">{{title}}</a></td>
|
2013-02-09 13:04:18 +03:00
|
|
|
<td name="seasonCount"></td>
|
|
|
|
<td name="qualityProfileName"></td>
|
|
|
|
<td name="network"></td>
|
2013-02-13 09:32:17 +03:00
|
|
|
<!-- If only DT could access the backbone model -->
|
2013-02-14 06:56:06 +03:00
|
|
|
<td><span title="{{formatedDateString}}" data-date="{{nextAiring}}">{{bestDateString}}</span></td>
|
2013-02-10 06:42:44 +03:00
|
|
|
<td>
|
2013-02-13 09:32:17 +03:00
|
|
|
<div class="progress">
|
|
|
|
<span class="progressbar-back-text">{{episodeFileCount}} / {{episodeCount}}</span>
|
2013-03-30 02:28:58 +03:00
|
|
|
|
2013-02-13 09:32:17 +03:00
|
|
|
<div class="bar" style="width:{{percentOfEpisodes}}%"><span class="progressbar-front-text">{{episodeFileCount}} / {{episodeCount}}</span></div>
|
2013-03-30 02:28:58 +03:00
|
|
|
</div>
|
2013-02-13 09:32:17 +03:00
|
|
|
</td>
|
2013-02-10 13:28:56 +03:00
|
|
|
<td>
|
|
|
|
<i class="icon-cog x-edit" title="Edit Series"></i>
|
|
|
|
<i class="icon-remove x-remove" title="Delete Series"></i>
|
|
|
|
</td>
|