X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/c47760d91f75e15682d25ff758ee34985cb82a6e..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/bericht_list.html
diff --git a/wradmin/templates/bericht_list.html b/wradmin/templates/bericht_list.html
index 49f07f3..0b63bea 100644
--- a/wradmin/templates/bericht_list.html
+++ b/wradmin/templates/bericht_list.html
@@ -1,46 +1,40 @@
-
-
-
-
${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last'))}
+Berichtzusammenfassung aktualisieren + + +{{paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last') | safe}}
ID | Seite | 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 | +Gelöscht |
---|---|---|---|---|---|---|---|---|---|---|---|
${r.id} | -${r.page_title} | -${r.date_entry} | -${r.date_invalid} | -${r.date_report} | -${r.condition} | -${r.description} | -${r.author_name} | -${r.delete_date} | + {% for r in paginator %} +|||
{{r.id}} | +{{r.page_title}} | +{{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}}
+{% endblock %}