Merge branch 'develop'
This commit is contained in:
@@ -15,6 +15,10 @@
|
|||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<td>{contactForm.name}</td>
|
<td>{contactForm.name}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Geschlecht</th>
|
||||||
|
<td>{contactForm.gender}</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Firma/Verein</th>
|
<th>Firma/Verein</th>
|
||||||
<td>{contactForm.company -> v:or(alternative: 'Keine Angabe')}</td>
|
<td>{contactForm.company -> v:or(alternative: 'Keine Angabe')}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user