Initial commit
CI / test (push) Canceled after 0s

This commit is contained in:
2026-09-12 22:22:17 +02:00
commit 904d14b64c
314 changed files with 31884 additions and 0 deletions
@@ -0,0 +1,11 @@
{{define "title"}}Aufgabenvorlage{{end}}
{{define "main"}}
<section class='panel'>{{$species := index .Species 0}}
<p class='eyebrow'>{{$species.CommonName}}</p><h2>{{if .TemplateID}}Vorlage bearbeiten{{else}}Vorlage anlegen{{end}}</h2>
<form method='POST'>
{{template "task_template_fields" .}}
<div class='actions'><button type='submit'>Speichern</button><a href='{{webPath "species.edit" .Garden.ID .SpeciesID}}'>Abbrechen</a></div>
</form>
</section>
{{end}}