11 lines
190 B
Text
11 lines
190 B
Text
|
$newline always
|
||
|
<h3>Albums
|
||
|
|
||
|
$if null albums
|
||
|
There are no albums yet
|
||
|
$else
|
||
|
$forall (Entity aId a) <- albums
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}
|