From 8e459f9b3f030fb6ff93c1b3ee334691bd5a04f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Sat, 3 May 2025 22:01:42 +0300 Subject: [PATCH] Update template --- gallery/templates/gallery/album_detail.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 %}