{% extends 'base.html' %} {% load thumbnail %} {% block title %}Projekt: {{ object.name }}{% endblock %} {% block content %}

Projekt: {{ object.name }}

{% if object.image %}
{% thumbnail object.image "200" upscale=False as image %} {% endthumbnail %}
{% endif %} {{ object.description_html|safe }} {% if object.contact_email %}

E-Mail: {{ object.contact_email }}

{% endif %} {% if object.contact_url %}

{{ object.contact_url }}

{% endif %} {% endblock content %}