"en_GB": "<p>Dear {{ commonName }},</p>\n\n<p>Thank you for registering your token, you are almost ready now. Please visit the Service Desk to activate your token.</p>\n<p>Please bring the following:</p>\n<ul>\n <li>Your token</li>\n <li>A valid identity document (passport, drivers license or national ID-card)</li>\n <li>The registration code from this e-mail</li>\n</ul>\n\n<p style=\"font-size: 150%; text-align: center\">\n <code>{{ registrationCode }}</code>\n</p>\n\n<p>Service Desk employees authorized to activate your token:</p>\n\n{% if ras is empty %}\n <p>No Service Desk employees are available.</p>\n{% else %}\n <ul>\n {% for ra in ras %}\n <li>\n <address>\n <strong>{{ ra.commonName }}</strong><br>\n {{ ra.location }}<br>\n {{ ra.contactInformation }}\n </address>\n </li>\n {% endfor %}\n </ul>\n{% endif %}"
0 commit comments