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