Update template

This commit is contained in:
Nyymix 2025-05-03 22:01:42 +03:00
parent f68db77e82
commit 8e459f9b3f

View file

@ -18,8 +18,9 @@
<p class="uk-text-light uk-text-lead">{{ album.location }}</p> <p class="uk-text-light uk-text-lead">{{ album.location }}</p>
<p class="uk-text-lighter"> <p class="uk-text-lighter">
{{ album.album_date|date:"d.m.Y" }} &bull; {{ album.album_date|date:"d.m.Y" }} &bull;
{{ album.photos_in_album }} photos &bull; {% blocktrans count photo_count=album.photos_in_album %}{{ photo_count }} photo{% plural %}{{ photo_count }} photos{% endblocktrans %}
{{ album.photos_views }} views &bull;
{% blocktrans count view_count=album.photos_views %}{{ view_count }} view{% plural %}{{ view_count }} views{% endblocktrans %}
</p> </p>
</div> </div>
</div> </div>