1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-31 19:32:51 +00:00
Lidarr/NzbDrone.Web/_backboneApp/Series/Index/SeriesItemTemplate.html

13 lines
424 B
HTML

<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>
<td>{{formatBestDate nextAiring}}</td>
<td>
{{{formatProgress episodeFileCount episodeCount}}}
<td>
<td>
<i class="icon-cog x-edit" title="Edit Series"></i>
<i class="icon-remove x-remove" title="Delete Series"></i>
</td>