X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/32ef1b96871bfe51a976fd9301a4e210db342a7e..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/rodelbahn_view.html
diff --git a/wradmin/templates/rodelbahn_view.html b/wradmin/templates/rodelbahn_view.html
index 2984799..7559fa6 100644
--- a/wradmin/templates/rodelbahn_view.html
+++ b/wradmin/templates/rodelbahn_view.html
@@ -1,138 +1,138 @@
-
-
-
-
ID | -${c.sledding.page_id} | +{{sledding.page_id}} | |
---|---|---|---|
Name | -${c.sledding.page_title} | +{{sledding.page_title}} | |
Länge | -${c.sledding.length} | +Länge | +{{sledding.length}} |
Gehzeit | -${c.sledding.walkup_time} | +{{sledding.walkup_time}} | |
Höhe (oben) | -${c.sledding.top_elevation} | +Höhe (oben) | +{{sledding.top_elevation}} |
Höhe (unten) | -${c.sledding.bottom_elevation} | +Höhe (unten) | +{{sledding.bottom_elevation}} |
Aufstieg möglich | -${h.bool(c.sledding.walkup_possible)} | +Aufstieg möglich | +{{h.bool(sledding.walkup_possible)}} |
Aufstieg getrennt | -${h.tristate_float(c.sledding.walkup_separate)} | +{{h.tristate_float(sledding.walkup_separate)}} | |
Lift | -${h.bool(c.sledding.lift)} | +{{h.bool(sledding.lift)}} | |
Licht | -${h.tristate_float(c.sledding.night_light)} | +{{h.tristate_float(sledding.night_light)}} | |
Rodelverleih | -${h.bool(c.sledding.sled_rental)} | +{{h.bool(sledding.sled_rental)}} | |
Öffentliche Anreise | -${h.public_transport(c.sledding.public_transport)} | +Ãffentliche Anreise | +{{h.public_transport(sledding.public_transport)}} |
Bild | -${c.sledding.image} | +{{sledding.image}} | |
Latitude | -${c.sledding.position_latitude} | +{{sledding.position_latitude}} | |
Longitude | -${c.sledding.position_longitude} | +{{sledding.position_longitude}} | |
Information | -${c.sledding.information_phone} | +{{sledding.information_phone}} | |
Forum-ID | -${c.sledding.forum_id} | +{{sledding.forum_id}} | |
In Arbeit | -${h.bool(c.sledding.under_construction)} | +{{h.bool(sledding.under_construction)}} | |
In Übersicht | -${h.bool(c.sledding.show_in_overview)} | +In Ãbersicht | +{{h.bool(sledding.show_in_overview)}} |
${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}
+{% if paginator %} +{{paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last') | safe}}
ID | Datum Eintrag | -Datum Ungültig | -Datum für Bericht | +Datum Ungültig | +Datum für Bericht | Zustand (1 bis 5) | Beschreibung (WikiText) | Autor-Name | -Gelöscht | -
---|---|---|---|---|---|---|---|---|---|
${r.id} | -${r.date_entry} | -${r.date_invalid} | -${r.date_report} | -${r.condition} | -${r.description} | -${r.author_name} | -${r.delete_date} | +Gelöscht | +|
{{r.id}} | +{{r.date_entry}} | +{{r.date_invalid}} | +{{r.date_report}} | +{{r.condition}} | +{{r.description}} | +{{r.author_name}} | +{{r.delete_date}} |
${HTML(c.paginator.pager('~2~'))}
-{{paginator.pager('~2~') | safe}}
+ +{% else %}Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.
-