mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
8 lines
No EOL
359 B
PHP
8 lines
No EOL
359 B
PHP
<section id="main">
|
|
<br>
|
|
<ul class="listing">
|
|
<li><?= t('Username:') ?> <strong><?= $this->e($user['username']) ?></strong></li>
|
|
<li><?= t('Name:') ?> <strong><?= $this->e($user['name']) ?: t('None') ?></strong></li>
|
|
<li><?= t('Email:') ?> <strong><?= $this->e($user['email']) ?: t('None') ?></strong></li>
|
|
</ul>
|
|
</section>
|