24 lines
608 B
Plaintext
24 lines
608 B
Plaintext
<div .ui.container>
|
|
|
|
<h1>
|
|
Access granted!
|
|
|
|
<p>
|
|
This page is protected and access is allowed only for authenticated users.
|
|
|
|
<p>
|
|
Your data is protected with us <strong><span class="username">#{userIdent user}</span></strong>!
|
|
|
|
$if not $ null admin_rights
|
|
<h1>
|
|
Administrator für die Institute
|
|
<ul>
|
|
$forall institute <- admin_rights
|
|
<li>#{show institute}
|
|
$if not $ null lecturer_rights
|
|
<h1>
|
|
Lehrberechtigung für die Institute
|
|
<ul>
|
|
$forall institute <- lecturer_rights
|
|
<li>#{show institute}
|