2014-09-08 01:57:17 +00:00
|
|
|
$newline always
|
2014-09-08 02:01:07 +00:00
|
|
|
<h3>Albums of #{userSlug owner}
|
2014-09-08 01:57:17 +00:00
|
|
|
|
|
|
|
$if null albums
|
|
|
|
There are no albums yet
|
|
|
|
$else
|
|
|
|
$forall (Entity aId a) <- albums
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href=@{AdminAlbumSettingsR aId}>#{albumTitle a}
|