9 lines
201 B
Smarty
9 lines
201 B
Smarty
<h3>Your access information</h3>
|
|
|
|
<p>Username: {{userName}}</p>
|
|
<p>{{#if password}}Password: {{password}}{{/if}}</p>
|
|
|
|
{{#each siteUrlList}}
|
|
<p><a href="{{./this}}">{{./this}}</a></p>
|
|
{{/each}}
|