You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
771 B
18 lines
771 B
<td>{{{formatStatus status monitored}}}</td>
|
|
<td><a href="/series/details/{{id}}">{{title}}</a></td>
|
|
<td name="seasonCount"></td>
|
|
<td name="qualityProfileName"></td>
|
|
<td name="network"></td>
|
|
<!-- If only DT could access the backbone model -->
|
|
<td><span title="{{formatedDateString}}" data-date="{{nextAiring}}">{{bestDateString}}</span></td>
|
|
<td>
|
|
<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>
|
|
<td>
|
|
<i class="icon-cog x-edit" title="Edit Series"></i>
|
|
<i class="icon-remove x-remove" title="Delete Series"></i>
|
|
</td>
|