[%- IF conf_vertreter %]
<tr>
- <th align="right">Username</th>
- <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
- <th align="right">Password</th>
- <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
+ <th align="right">Username</th>
+ <td><input name="username" maxlength="50" value="[% HTML.escape(username) %]"></td>
+ <th align="right">Password</th>
+ <td><input name="user_password" value="[% HTML.escape(user_password) %]"></td>
</tr>
[%- END %]