Skip to content

Commit 63e382e

Browse files
author
Alex Rothuis
committed
Fixup: ra_locations v raLocations
1 parent bf5d822 commit 63e382e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ As a full example:
7373
"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 %}"
7474
},
7575
"registration_code_with_ra_locations": {
76-
"nl_NL": "<p>Beste {{ commonName }},</p>\n\n<p>Bedankt voor het registreren van je token. Je token is bijna klaar voor gebruik. Ga naar de Service Desk om je token te laten activeren. </p>\n<p>Neem aub het volgende mee:</p>\n<ul>\n <li>Je token</li>\n <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li>\n <li>De registratiecode uit deze e-mail</li>\n</ul>\n\n<p style=\"font-size: 150%; text-align: center\">\n <code>{{ registrationCode }}</code>\n</p>\n\n<p>Locaties waar je je token kunt activeren:</p>\n\n{% if ra_locations is empty %}\n <p>Er zijn geen locaties beschikbaar.</p>\n{% else %}\n <ul>\n {% for ra_location in ra_locations %}\n <li>\n <address>\n <strong>{{ ra_location.commonName }}</strong><br>\n {{ ra_location.location }}<br>\n {{ ra_location.contactInformation }}\n </address>\n </li>\n {% endfor %}\n </ul>\n{% endif %}",
77-
"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>Locations where your token can be activated:</p>\n\n{% if ra_locations is empty %}\n <p>No locations are available.</p>\n{% else %}\n <ul>\n {% for ra_location in ra_locations %}\n <li>\n <address>\n <strong>{{ ra_location.commonName }}</strong><br>\n {{ ra_location.location }}<br>\n {{ ra_location.contactInformation }}\n </address>\n </li>\n {% endfor %}\n </ul>\n{% endif %}"
76+
"nl_NL": "<p>Beste {{ commonName }},</p>\n\n<p>Bedankt voor het registreren van je token. Je token is bijna klaar voor gebruik. Ga naar de Service Desk om je token te laten activeren. </p>\n<p>Neem aub het volgende mee:</p>\n<ul>\n <li>Je token</li>\n <li>Een geldig legitimatiebewijs (paspoort, rijbewijs of nationale ID-kaart)</li>\n <li>De registratiecode uit deze e-mail</li>\n</ul>\n\n<p style=\"font-size: 150%; text-align: center\">\n <code>{{ registrationCode }}</code>\n</p>\n\n<p>Locaties waar je je token kunt activeren:</p>\n\n{% if raLocations is empty %}\n <p>Er zijn geen locaties beschikbaar.</p>\n{% else %}\n <ul>\n {% for raLocation in raLocations %}\n <li>\n <address>\n <strong>{{ raLocation.commonName }}</strong><br>\n {{ raLocation.location }}<br>\n {{ raLocation.contactInformation }}\n </address>\n </li>\n {% endfor %}\n </ul>\n{% endif %}",
77+
"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>Locations where your token can be activated:</p>\n\n{% if raLocations is empty %}\n <p>No locations are available.</p>\n{% else %}\n <ul>\n {% for raLocation in raLocations %}\n <li>\n <address>\n <strong>{{ raLocation.commonName }}</strong><br>\n {{ raLocation.location }}<br>\n {{ raLocation.contactInformation }}\n </address>\n </li>\n {% endfor %}\n </ul>\n{% endif %}"
7878
},
7979
"vetted": {
8080
"nl_NL": "<p>Beste {{ commonName }},</p>\n\n<p>Bedankt voor het activeren van je token. Je token is nu klaar voor gebruik.</p>",

0 commit comments

Comments
 (0)