{% extends 'staff_evaluation_textanswers.html' %} {% block content %} {{ block.super }}
{% trans 'General text answers' %}
{% if evaluation_sections %} {% with evaluation_sections as sections %} {% include 'staff_evaluation_textanswers_section.html' %} {% endwith %} {% else %} {% trans 'No text answers' %} {% endif %}
{% trans 'Text answers about the contributors' %}
{% if contributor_sections %} {% with contributor_sections as sections %} {% include 'staff_evaluation_textanswers_section.html' %} {% endwith %} {% else %} {% trans 'No text answers' %} {% endif %}
{% endblock %} {% block additional_javascript %} {% endblock %}