Skip to content

Commit

Permalink
Fixup: ra_locations v raLocations
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rothuis committed Aug 3, 2016
1 parent bf5d822 commit 63e382e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ As a full example:
"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 %}"
},
"registration_code_with_ra_locations": {
"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 %}",
"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 %}"
"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 %}",
"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 %}"
},
"vetted": {
"nl_NL": "<p>Beste {{ commonName }},</p>\n\n<p>Bedankt voor het activeren van je token. Je token is nu klaar voor gebruik.</p>",
Expand Down

0 comments on commit 63e382e

Please sign in to comment.