{% extends "zipfelchappe/base.html" %} {% load i18n feincms_tags objecttools %} {% block maincontent %}
{% for region in project.template.regions %} {% if project.content|attr:region.key %}

{{ project.title }}

{% feincms_render_region project region.key request %}
{% endif %} {% endfor %}
{% for update in updates %} {% include "zipfelchappe/includes/updates.html" %} {% endfor %}
    {% for backer in project.public_backers %}
  • {{ backer }}
  • {% empty %} {% blocktrans %} Nobody backed this project yet. Be the first one! {% endblocktrans %} {% endfor %}
{% if disqus_shortname %}
{% include "zipfelchappe/includes/disqus_comments.html" %}
{% endif %}
{% endblock %} {% block sidebar %} {% include "zipfelchappe/includes/project_detail_sidebar.html" %} {% endblock %} {% block javascript %} {% endblock %}