{% extends 'noel/base.html' %} {% load thumbnail %} {% block extra_head %} {% endblock %} {% block content %}
{% for photo in photos %}
{% if photo.image %} {% thumbnail photo.image "100x100" crop="center" as thumb %} {% endthumbnail %} {% endif %}
{% endfor %}
{% endblock %}