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

{% trans 'Snapshots' %}

{% endif %}

{% trans 'Options' %}

{% trans 'Export' %}

{% endblock %} {% block page %}

{% 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' %} {% endblock %}