{% extends 'core/page.html' %} {% load i18n %} {% load core_tags %} {% block sidebar %} {% if snapshots %}

{% trans 'Snapshots' %}

{% endif %}

{% trans 'Options' %}

{% trans 'Export' %}

{% if attachments %}

{% trans 'Attachments' %}

{% endif %} {% endblock %} {% block page %} {% if error %} {% include 'projects/project_error.html' %} {% else %}

{% blocktrans with title=project.title %}Answers for {{ title }}{% endblocktrans %}

{% trans 'In the following, we have summarized the information about the project as given by you and your collaborators.' %}

{% include 'projects/project_answers_tree.html' %} {% endif %} {% endblock %}