Radarr/NzbDrone.Web/_backboneApp/Series/Index/SeriesItemTemplate.html

11 lines
367 B
HTML
Raw Normal View History

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-10 03:42:44 +00:00
<td>{{formatBestDate nextAiring}}</td>
2013-02-09 10:04:18 +00:00
<td>
2013-02-10 03:42:44 +00:00
{{{formatProgress episodeFileCount episodeCount}}}
<td>
<td>Edit/<i class="icon-remove x-remove" title="Delete Series"></i></td>