{% extends 'base.html' %} {% load photo %} {%block 'title'%}Bilder {{title}}{%endblock%} {%block main%}

Bilder {{title}}

Showing {%if limit < count %}#{{low}} to #{{high}} of{%endif%} {{count}} photos.

{% if low %}förra{% endif %} {% if high < count %}nästa{% endif %}

{% for p in photos %}

{% img p %}

{{p.date}}

{% endfor %} {%endblock%}