{% extends "happenings/updates/update_detail.html" %} {% block extra_title %}{{ block.super }} photos{% endblock %} {% block bodyid %}gallery_detail{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

{{ object.name }} Photos

{% with object.updateimage_set.all as photoset %} {% include "includes/photoset/photoset_photos.html" %} {% endwith %} {% endblock %} {% block complementary %}

{% block event_sidebars %}{% endblock %} {% endblock %}