{{ album.title }}
{% with album.picture_set.all.count as pictures_count %}{{ album.create_date|date:"l j F Y"|title }}
{% endwith %}{% extends "gallery/subbase.html" %} {% block head_title %}{{ block.super }} - Galerie{% endblock %} {% block head_more_js %}{{ block.super }} {% endblock %} {% block content %}
{{ album.create_date|date:"l j F Y"|title }}
{% endwith %}