{% extends 'xprez/contents/base.html' %} {% load thumbnail xprez %} {% block css_class_extra %}xprez-gallery {{ content.width }}-width xprez-photo-connect-{{ content.divided|lower }} xprez-cols-{{ content.columns }} js-content-{{ content.pk }} js-gallery{% endblock %} {% block content_in %} {% for photo in content.photos.all %}
{{ photo.alt_text|default:photo.description }} {% if photo.description %} {{ photo.description }} {% endif %}
{% endfor %} {% endblock %}