Categorie: reference
Bijgewerkt: 2026-04-08
text-template email 00000000067
Template 00000000067
Beschrijving: Melding ${DomainObject.Id} - ${DomainObject.Description} gereed gemeld
Body type: HTML
Subject: Melding ${DomainObject.Id} - ${DomainObject.Description} gereed gemeld
Vertalingenbewerken
- NL: Melding ${DomainObject.Id} - ${DomainObject.Description} gereed gemeld
- NB: Melding ${DomainObject.Id} - ${DomainObject.Description} meldt som ferdig
- SV: Meddelande ${DomainObject.Id} - ${DomainObject.Description} färdigrapporterad
- DA: Rapporten ${DomainObject.Id} - ${DomainObject.Description} er færdigmeldt
- SK: Správa ${DomainObject.Id} - ${DomainObject.Description} vyhlásená ako dokončená
- FI: Raportti ${DomainObject.Id} – ${DomainObject.Description} raportoitu valmistuneeksi
- EN: Report ${DomainObject.Id} - ${DomainObject.Description} reported as finished
- FR: Notification ${DomainObject.Id} - ${DomainObject.Description} signalée comme terminée
- IT: Segnalazione ${DomainObject.Id} - ${DomainObject.Description} segnalato come pronto.
- DE: Meldung ${DomainObject.Id} - ${DomainObject.Description} fertig gemeldet
- PL: Zgłoszenie ${DomainObject.Id} - ${DomainObject.Description} zgłoszone jako gotowe
- ES: Notificación ${DomainObject.Id} - ${DomainObject.Description} notificado como ultimado
- TR: Rapor ${DomainObject.Id} - ${DomainObject.Description} tamamlandı olarak bildirildi
- PT-BR: Notificação ${DomainObject.Id} - ${DomainObject.Description} notificado(a) como finalizado(a)
- EN-US: Work request ${DomainObject.Id} - ${DomainObject.Description} reported as finished
- HU: ${DomainObject.Id} – ${DomainObject.Description} jelentés befejezettként jelentve
- ZH: 报告${DomainObject.Id} - ${DomainObject.Description}已报告为“完成”。
- EL: Αναφορά ${DomainObject.Id} - ${DomainObject.Description} αναφέρθηκε ως ολοκληρωμένη
- SL: Poročilo ${DomainObject.Id} - ${DomainObject.Description} prijavljeno kot končano
Inhoud (plaintext)bewerken
.body {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.table {
width: 600;
border: none;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
color: inherit;
}
.button {
width: 300px;
height: 30px;
cellpadding: 0;
cellspacing: 0;
border: 0;
background-color: #0173D1;
border-radius: 2px;
padding: 8px 48px;
text-align: center;
display: inline-block;
font-family: Noto Sans Regular, V...
Bron (HTML)bewerken
<style type="text/css">
.body {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.table {
width: 600;
border: none;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
color: inherit;
}
.button {
width: 300px;
height: 30px;
cellpadding: 0;
cellspacing: 0;
border: 0;
background-color: #0173D1;
border-radius: 2px;
padding: 8px 48px;
text-align: center;
display: inline-block;
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 15px;
font-style: normal;
}
.footer {
font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
font-size: 12px;
font-style: italic;
}
.button a:link {
color: white;
text-decoration: none;
}
.button a:visited {
color: white;
text-decoration: none;
}
.button a:hover {
color: white;
text-decoration: underline;
}
.button a:active {
color: white;
text-decoration: underline;
}
</style>
<table class="table" align="center" cellspacing="0" cellpadding="0">
<tr>
<td>
<img src="https://www.ultimo.com/storage/ultimo-purplebackground_dark-x150px.png" width="130" style="display:block;margin-bottom:5px;margin-top:5px;">
</td>
</tr>
<tr>
<td>
<span class="body">
<br>
<p>
Beste#if(${DomainObject.ReportForeignKeyEmployee}!=Empty) ${DomainObject.ReportForeignKeyEmployee.Description}#else lezer#end,<br>
<br>
Hierbij bevestigen wij dat uw melding ${DomainObject.Id} ${DomainObject.Description}, gemeld op #formatdate(${DomainObject.StatusCreatedReportDate} "D" true), is afgehandeld.<BR><BR>
#if(${DomainObject.ReportText}!=Empty && ${DomainObject.ReportText}!="") Meldtekst: ${DomainObject.ReportText}<BR><BR>#end
#if(${DomainObject.WorkOrderType}!=Empty) Jobsoort: ${DomainObject.WorkOrderType.Id} - ${DomainObject.WorkOrderType.Description}<BR><BR>#end
#if(${DomainObject.SkillCategory}!=Empty) Vakgroep: ${DomainObject.SkillCategory.Id} - ${DomainObject.SkillCategory.Des