diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..1cd5c00 --- /dev/null +++ b/templates/base.html @@ -0,0 +1,84 @@ + + +
+ + +Willkommen, {{ current_user.jellyfin_username }}!
+Keine aktiven Downloads
+Bitte melden Sie sich mit Ihren Zugangsdaten an
+| Titel | +S/E | +Provider | +Sprache | +Status | +Fortschritt | +Erstellt | +Aktionen | +
|---|---|---|---|---|---|---|---|
| {{ download.title }} | ++ {% if download.season %} + S{{ download.season }}E{{ download.episode }} + {% else %} + Film {{ download.episode }} + {% endif %} + | +{{ download.provider }} | +{{ download.language }} | ++ + {{ download.status.title() }} + + | +
+
+
+
+ {{ download.progress|round(1) }}%
+ |
+ {{ download.created_at.strftime('%d.%m.%Y %H:%M') }} | ++ {% if download.status in ['queued', 'downloading'] %} + + {% endif %} + | +
Keine Downloads in der Warteschlange
+