mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-03 18:22:57 +00:00
21 lines
784 B
HTML
21 lines
784 B
HTML
{{define "content"}}
|
||
<div style="max-width:600px;margin:0 auto;">
|
||
<h1 style="margin-top:0;">Nové uplatnění odměny – čeká na vyřízení</h1>
|
||
<p>Dobrý den,</p>
|
||
<p>uživatel {{if .UserFull}}<strong>{{.UserFull}}</strong>{{else}}#{{.UserID}}{{end}} ({{.UserEmail}}) uplatnil odměnu, která vyžaduje ruční vyřízení:</p>
|
||
<ul>
|
||
<li><strong>Název:</strong> {{.RewardName}}</li>
|
||
<li><strong>Typ:</strong> {{.RewardType}}</li>
|
||
<li><strong>Body:</strong> {{.Points}}</li>
|
||
<li><strong>Status:</strong> {{.Status}}</li>
|
||
<li><strong>Čas:</strong> {{.RedeemedAt}}</li>
|
||
</ul>
|
||
{{if .ManageURL}}
|
||
<p>
|
||
<a href="{{.ManageURL}}" class="btn">Otevřít administraci – Odměny</a>
|
||
</p>
|
||
{{end}}
|
||
<p>Děkujeme,<br/>{{.ClubName}}</p>
|
||
</div>
|
||
{{end}}
|