{% extends 'base.html' %} {% load static %} {% block title %}FET: {{ album.title }}{% endblock %} {% block galleryheader %} {% endblock %} {% block content %}

Fotos

Zurück {% if request.user.is_authenticated %} {% if album.id %} Album bearbeiten {% else %} neues Album hinzufügen {% endif %} {% endif %}

{{ album.title }}

{% if album.photographer %} {{ album.photographer }} {% endif %} {% if album.event_date %} {{ album.event_date }} {% endif %} Gußhaus 27 - 1040, Wien {% if album.status == album.DRAFT %} DRAFT
{% endif %} {% if album.description %}

{{ album.description|safe }}

{% endif %}
{% endblock %}