diff --git a/AstraOS/Frontend/HTML/ets2_dlcs.html b/AstraOS/Frontend/HTML/ets2_dlcs.html new file mode 100644 index 0000000..e8817bc --- /dev/null +++ b/AstraOS/Frontend/HTML/ets2_dlcs.html @@ -0,0 +1,90 @@ +{% extends "sidebar.html" %} + +{% block title %}AstraOS - ETS2 DLCs{% endblock %} + +{% block content %} +
| Name | +DLC Datum | +Ordnerpfad | +Erstellt von | +Aktionen | +
|---|---|---|---|---|
| {{ package.name }} | +{{ package.dlc_date }} | +{{ package.folder_path }} | +{{ package.created_by or 'N/A' }} | +
+
+
+ Download
+
+ {% if can_manage_ets2_dlcs %}
+
+ {% endif %}
+
+ |
+
| Noch keine DLC-Pakete vorhanden. | +||||