2026-06-18 01:40:12 +00:00
|
|
|
{{define "title"}}Saved{{end}}
|
|
|
|
|
{{define "content"}}
|
|
|
|
|
<p class="ok">✓ Receipt saved</p>
|
|
|
|
|
<p>{{.Category}}{{if .Who}} · {{.Who}}{{end}} — ${{.Amount}} — {{.Date}}<br>{{.Filename}}</p>
|
2026-06-19 11:06:15 +00:00
|
|
|
{{if .Attachments}}<p><small>+ {{len .Attachments}} attachment(s): {{range $i, $f := .Attachments}}{{if $i}}, {{end}}{{$f}}{{end}}</small></p>{{end}}
|
2026-06-18 01:40:12 +00:00
|
|
|
<a class="button green" href="/">Add another</a>
|
|
|
|
|
<p style="text-align:center;margin-top:1rem"><a href="/manage">Manage</a> · <a href="/export">Export</a> · <a href="/logout">Log out</a></p>
|
|
|
|
|
{{end}}
|