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

{{ object.name }} Photos

{% with object.get_all_images as photoset %} {% include "includes/photoset/photoset_photos.html" %} {% endwith %} {% endblock %} {% block aside %} {{ block.super }}

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