<%inherit file="base.html"/><% settings = self.attr.settings %>
%if settings.get('dash_rec_movies', 0): %endif %if settings.get('dash_rec_tv', 0): %endif %if settings.get('dash_rec_music', 0): %endif
%if settings.get('dash_sabnzbd', 0):

Latest Downloads

File Status
%endif %if settings.get('dash_nzbget', 0):

Latest Downloads

File Status
%endif %if settings.get('dash_couchpotato', 0):

Wanted Movies

Title Year
%endif %if settings.get('dash_sickbeard', 0):

Next Aired

Showname Episode Airdate
%endif
<% dashcount = settings.get('dash_sickbeard', 0); dashcount += settings.get('dash_couchpotato', 0); dashcount += settings.get('dash_sabnzbd', 0); dashcount += settings.get('dash_rec_music', 0); dashcount += settings.get('dash_rec_tv', 0); dashcount += settings.get('dash_rec_movies', 0); %> %if dashcount == 0:

Welcome

Dashboard

This is you dashboard for all your Htpc modules. You have no dashboard modules configured yet.

Add the api configurations for you modules in the settings and enable them to show on the dashboard.

Help

If you need help configuring Htpc Manager, visit the webiste htpc.io or the Xbmc forum.

%endif