{% extends "base.html" %} {% block title %}{{object.title}}{% endblock %} {% block content %}

{{object.title}}

{% if object.picture %}

{{object.picture.title}} {% ifnotequal object.picture.gallery.photo_set.count 1 %} {% ifnotequal object.picture.gallery.photo_set.count 0 %}
Click to see all pictures associated with this initiative. {% endifnotequal %} {% endifnotequal %}

{% endif %}

{{object.details_html}}

{% if object.attachment_set.all %} Downloads for this initiative: {% endif %} {% endblock %}