mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-05 19:42:39 +02:00
57 lines
2.1 KiB
Text
57 lines
2.1 KiB
Text
<mjml>
|
|
<mj-body>
|
|
<mj-section background-color="#009688">
|
|
<mj-column>
|
|
<mj-text font-size="20px" color="#ffffff">TimeLimit</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section>
|
|
<mj-column>
|
|
<mj-text>
|
|
<p>
|
|
<b><%= child %></b> hat angegeben, dass die Aufgabe <b><%= task %></b> erledigt wurde.
|
|
Die angeblich erledigten Aufgaben werden auf der Startseite der TimeLimit-App
|
|
angezeigt. Dort kann die Erledigung bestätigt werden.
|
|
</p>
|
|
<p>
|
|
Da die Anzahl der Benachrichtigungs-E-Mails begrenzt ist erhalten Sie
|
|
möglicherweise nicht bei jeder Aufgabenerledigung eine derartige E-Mail.
|
|
</p>
|
|
<p>
|
|
<b><%= child %></b> reported that <b><%= task %></b> was finished.
|
|
You can see the tasks which are marked as finished at the overview screen
|
|
of the TimeLimit application. You can confirm the task completion there.
|
|
</p>
|
|
<p>
|
|
There are limits for the notifications mails so that it can happen that
|
|
you do not get a mail for each completed task.
|
|
</p>
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section>
|
|
<mj-column>
|
|
<mj-divider border-width="1px" border-style="dashed" border-color="lightgrey" />
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section>
|
|
<mj-column>
|
|
<mj-text>
|
|
<p>
|
|
Sie erhalten diese Nachricht, weil Sie E-Mail-Benachrichtigungen in TimeLimit aktiviert haben.
|
|
Sie können die Nachrichten in der TimeLimit-App abbestellen.
|
|
Falls Sie Fragen haben können Sie einfach auf diese E-Mail antworten.
|
|
</p>
|
|
<p>
|
|
You got this mail because you enable mail notifications for this in TimeLimit.
|
|
You can disable getting these messages in the TimeLimit App.
|
|
If you have got any questions, then you can reply to this message.
|
|
</p>
|
|
<p>
|
|
© <%= mailimprint %>
|
|
</p>
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
</mj-body>
|
|
</mjml>
|