Files

35 lines
1.4 KiB
HTML
Raw Permalink Normal View History

<!doctype html>
<html lang="de">
<body style="font-family: Arial, sans-serif; line-height: 1.5; color: #111;">
{{email_header}}
<p>Hallo {{assignee_name}},</p>
<p>dir wurde eine <strong>Übergabe</strong> zugewiesen. Bitte fülle das Protokoll vollständig aus.</p>
<table style="border-collapse: collapse; margin: 16px 0;">
<tr>
<td style="padding: 4px 12px 4px 0; color: #555;">Kunde:</td>
<td style="padding: 4px 0;"><strong>{{debitor_name}}</strong></td>
</tr>
<tr>
<td style="padding: 4px 12px 4px 0; color: #555;">Domain:</td>
<td style="padding: 4px 0;">{{domain_url}}</td>
</tr>
<tr>
<td style="padding: 4px 12px 4px 0; color: #555;">Zugewiesen von:</td>
<td style="padding: 4px 0;">{{assigned_by_name}}</td>
</tr>
<tr>
<td style="padding: 4px 12px 4px 0; color: #555;">Fällig bis:</td>
<td style="padding: 4px 0;">{{due_date}}</td>
</tr>
</table>
<p>
<a href="{{handover_url}}" style="display: inline-block; padding: 10px 20px; background: #2563eb; color: #fff; text-decoration: none; border-radius: 4px;">
Übergabe öffnen
</a>
</p>
<p>Bitte fülle alle erforderlichen Felder aus und klicke anschließend auf <em>„Zur Prüfung einreichen"</em>.</p>
<p>Viele Grüße<br>{{app_name}}</p>
{{email_footer}}
</body>
</html>