8 lines
172 B
Smarty
8 lines
172 B
Smarty
<h3>Uw gegevens</h3>
|
|
|
|
<p>Gebruikersnaam: {{userName}}</p>
|
|
<p>Wachtwoord: {{password}}</p>
|
|
|
|
{{#each siteUrlList}}
|
|
<p><a href="{{./this}}">{{./this}}</a></p>
|
|
{{/each}} |