diff --git a/gallery/templates/gallery/album_detail.html b/gallery/templates/gallery/album_detail.html index a4900ae..2fad502 100644 --- a/gallery/templates/gallery/album_detail.html +++ b/gallery/templates/gallery/album_detail.html @@ -18,8 +18,9 @@
{{ album.location }}
{{ album.album_date|date:"d.m.Y" }} • - {{ album.photos_in_album }} photos • - {{ album.photos_views }} views + {% blocktrans count photo_count=album.photos_in_album %}{{ photo_count }} photo{% plural %}{{ photo_count }} photos{% endblocktrans %} + • + {% blocktrans count view_count=album.photos_views %}{{ view_count }} view{% plural %}{{ view_count }} views{% endblocktrans %}