{% extends "events/photo_gallery.html" %} {% load i18n comments %} {% block title %} {{ photo.name }} - {{ photo.event.name }} {% endblock %} {% block opengraph %} {% if photo.description %}{% endif %} {% endblock %} {% block maincontent %}

{{photo.event.name}} » {{ photo.name }}

{{photo.name}} {% if photo.previous_photo %} {% endif %} {% if photo.next_photo %} {% endif %}
{% if perms.events.change_photo %}
{% csrf_token %}
{% include "form.html" %}

{% trans 'download' %}

{% else %}

{{ photo.description }}

{% endif %} {% render_comment_list for photo %} {% render_comment_form for photo %} {% endblock %}