X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/db933cfcf91477c3c82ceb9e6f0310f75020f249..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/bericht_list.html diff --git a/wradmin/templates/bericht_list.html b/wradmin/templates/bericht_list.html index 7143503..0b63bea 100644 --- a/wradmin/templates/bericht_list.html +++ b/wradmin/templates/bericht_list.html @@ -1,46 +1,40 @@ - - - - +{% extends "master.html" %} +{% block title %}Rodelbahnberichte{% endblock %} - - Rodelbahnberichte - - - +{% block content %}

Rodelbahnberichte

-

${Markup(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}}

- - + + - + - - - - - - - - - - + {% for r in paginator %} + + + + + + + + + + + {% endfor %}
ID Seite Datum EintragDatum UngültigDatum für BerichtDatum UngültigDatum für Bericht Zustand (1 bis 5) Beschreibung (WikiText) Autor-NameGelöschtGelö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}
{{r.id}}{{r.page_title}}{{r.date_entry}}{{r.date_invalid}}{{r.date_report}}{{r.condition}}{{r.description}}{{r.author_name}}{{r.delete_date}}
-

${Markup(c.paginator.pager('~2~'))}

- - - +

{{paginator.pager('~2~') | safe}}

+{% endblock %}