summaryrefslogtreecommitdiffstats
path: root/templates/users/entry.html
blob: 21490ab5955d2abe2abf794e2ce6ec8426335af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<h2>Personal Data</h2>
<p>
	<table class="table table-bordered table-nonfluid">
		<th>ID</th><td>{{{UID}}}</td></tr>
		<th>Firstname</th><td>{{{FIRSTNAME}}}</td></tr>
		<th>Lastname</th><td>{{{LASTNAME}}}</td></tr>
		<th>E-Mail</th><td>{{{EMAIL}}}</td></tr>
		<th>Gender</th><td>{{{GENDER}}}</td></tr>
		<th>Street</th><td>{{{STREET}}}</td></tr>
		<th>PLZ</th><td>{{{POSTALCODE}}}</td></tr>
		<th>City</th><td>{{{CITY}}}</td></tr>
		<tr><th colspan="2">Administrative Information</th></tr>
		<th>Disabled</th><td>{{{DISABLED}}}</td></tr>
		<th>Superuser</th><td>{{{SUPERUSER}}}</td></tr>
	</table>
</p>