count_imgs >= \IPS\Member::loggedIn()->group['g_img_album_limit']}}ipsFaded{{endif}}'>{$album->_title} {{if $album->last_img_date}}({lang="updated"} {datetime="$album->last_img_date"}){{endif}}
count_imgs >= \IPS\Member::loggedIn()->group['g_img_album_limit']}}ipsFaded{{endif}}'>
- {lang="num_images" pluralize="$album->count_imgs"}
{{if $album->allow_comments}}
- {lang="num_comments" pluralize="$album->count_comments"}
{{endif}}
{{if \IPS\Member::loggedIn()->group['g_img_album_limit'] && $album->count_imgs >= \IPS\Member::loggedIn()->group['g_img_album_limit']}}
{lang="album_full_desc"}
{{elseif \IPS\Member::loggedIn()->group['g_img_album_limit'] && ( \IPS\Member::loggedIn()->group['g_img_album_limit'] - $album->count_imgs ) < $uploadedCount}}
{lang="x_more_images_album" pluralize="( \IPS\Member::loggedIn()->group['g_img_album_limit'] - $album->count_imgs )"}
{{endif}}