{% extends "base_dark.html" %} {% load static %} {% block title %} Gallery : Albums {% endblock %} {% block content %}
{% for album in album_list %}

{{ album }}

{{ album.album_date|date:"d.m.Y" }} • {{ album.photos_in_album }} photos

{% endfor %}
{% include "./partials/pagination.html" %} {% endblock %}