forked from Ruderverein-Donau-Linz/rowt
add logbook history
This commit is contained in:
16
templates/log.completed.html.tera
Normal file
16
templates/log.completed.html.tera
Normal file
@ -0,0 +1,16 @@
|
||||
{% import "includes/macros" as macros %}
|
||||
{% import "includes/forms/log" as log %}
|
||||
|
||||
{% extends "base" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="max-w-screen-lg w-full">
|
||||
<h1 class="h1">Logbuch</h1>
|
||||
{% for log in logs %}
|
||||
{{ log::show(log=log, state="completed", only_ones=false) }}
|
||||
<hr />
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
{% endblock content%}
|
Reference in New Issue
Block a user