{% extends "photos/base.html" %} {% load cache gallery_tags social_tags %} {% block title %}{{ gallery.title }}{% endblock %} {% block extra_title %}photo galleries{% endblock %} {% block bodyid %}gallery_detail{% endblock %} {% block extra_meta %} {% endblock %} {% block content %} {% cache 900 gallery gallery.id gallery.galleryimage_set.count 43 %} {{ gallery.title }} {{ gallery.summary_formatted|safe }} {% if gallery.gallery_credit %} {{ gallery.gallery_credit }} {% endif %} {% for object in gallery.galleryimage_set.all %} {% if object.has_caption_info %} {{ object.caption }} {{ object.byline }} {{ object.credit }} {% endif %} {% endfor %} {% social_links object %} {% get_related_galleries gallery 4 %} {% endcache %} {% endblock %}
{{ gallery.gallery_credit }}