Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Foundation
IT
Websites
membership.eclipse.org
Commits
c44f92f9
Commit
c44f92f9
authored
Aug 18, 2021
by
Martin Lowe
🇨🇦
Committed by
Martin Lowe
Aug 18, 2021
Browse files
Fix text-based email template to use new data object
parent
c1ce7b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/templates/emails/form_membership_email_template.txt
View file @
c44f92f9
...
...
@@ -9,27 +9,27 @@ Best regards,
Eclipse Foundation Membership Coordination
{/if}
New form submission by: {name} ({form.userID})
New form submission by: {name} ({
data.
form.userID})
Organization
Name: {org.legalName}
Twitter: {org.twitterHandle}
Requires purchase order: {form.purchaseOrderRequired}
VAT number: {form.vatNumber}
VAT Registration country: {form.registrationCountry}
Aggregate Revenue: {org.aggregateRevenue}
Employee count: {org.employeeCount}
Name: {
data.
org.legalName}
Twitter: {
data.
org.twitterHandle}
Requires purchase order: {
data.
form.purchaseOrderRequired}
VAT number: {
data.
form.vatNumber}
VAT Registration country: {
data.
form.registrationCountry}
Aggregate Revenue: {
data.
org.aggregateRevenue}
Employee count: {
data.
org.employeeCount}
Address
{org.address.street}
{org.address.city}, {org.address.provinceState}
{org.address.country}
{org.address.postalCode}
{
data.
org.address.street}
{
data.
org.address.city}, {org.address.provinceState}
{
data.
org.address.country}
{
data.
org.address.postalCode}
Contacts
{#for contact in contacts.orEmpty}
{#for contact in
data.
contacts.orEmpty}
Name: {contact.fName} {contact.lName}
Email: {contact.email}
...
...
@@ -40,7 +40,7 @@ userID
Working Groups
{#for wg in wgs.orEmpty}
{#for wg in
data.
wgs.orEmpty}
Working Group: {wg.workingGroupID}
Participation Level: {wg.participationLevel}
Effective Date: {wg.effectiveDate}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment