{% extends "events/event_detail.html" %} {% load i18n comments thumbnail %} {% block title %} {{ photo.name }} - {{ photo.event.name }} {% endblock %} {% block description %}{% spaceless %} {% if photo.description %}{{photo.description}} {% else %} Foto {{ photo.name }} vom {{ photo.date_created|default:photo.created_date }} geschossen bei {{event.name}} {% endif %} {% endspaceless %}{% endblock %} {% block extra_head %} {% endblock %} {% block teaser %}

{{event.name}} - {{ photo.name }}

{% if event.description %}
{{event.description|truncatewords_html:75|safe}}
{% endif %} {% endblock %} {% block opengraph %} {% if photo.description %}{% endif %} {% endblock %} {% block maincontent %}
{{photo.name}} {% if photo.previous_photo %} {% endif %} {% if photo.next_photo %} {% endif %}

{{ photo.description }}

{% trans 'share on' %}: Facebook Google+ Twitter

{% endblock %} {% block comment %} {% render_comment_list for photo %} {% render_comment_form for photo %} {% endblock %} {% block buttonbar %} {% if perms.events.change_photo %}
{% csrf_token %}

{% trans 'download' %}

{% endif %} {% endblock %}