{% extends 'core/page.html' %} {% load staticfiles %} {% load compress %} {% load i18n %} {% load core_tags %} {% block head %} {% vendor 'angular' %} {% vendor 'codemirror' %} {% vendor 'moment' %} {% vendor 'bootstrap-datepicker' %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block bodyattr %} ng-app="project_questions" ng-controller="QuestionsController" ng-init="service.init({{ project.id }})" {% endblock %} {% block sidebar %} {% include 'projects/project_questions_sidebar.html' %} {% endblock %} {% block page %}

{% blocktrans %}Questionnaire for project {$ service.project.title $}{% endblocktrans %}

{$ service.entity.section.title $} / {$ service.entity.subsection.title $}

{% include 'projects/project_questions_questionset_head.html' %}
{% include 'projects/project_questions_form_group_text.html' %} {% include 'projects/project_questions_form_group_textarea.html' %} {% include 'projects/project_questions_form_group_yesno.html' %} {% include 'projects/project_questions_form_group_radio.html' %} {% include 'projects/project_questions_form_group_select.html' %} {% include 'projects/project_questions_form_group_date.html' %} {% include 'projects/project_questions_form_group_range.html' %} {% include 'projects/project_questions_form_group_checkbox.html' %}
{% include 'projects/project_questions_modal_form_valuesets.html' %}
{% include 'projects/project_questions_done.html' %}
{% include 'projects/project_questions_modal_form_valuesets.html' %} {% include 'projects/project_questions_modal_delete_valuesets.html' %}
{% include 'projects/project_questions_done.html' %}
{% endblock %}