{% extends 'core/page.html' %} {% load static %} {% load compress %} {% load i18n %} {% load core_tags %} {% block head %} {% vendor 'angular' %} {% vendor 'codemirror' %} {% vendor 'moment' %} {% vendor 'bootstrap-datepicker' %} {% vendor 'fuse' %} {% compress css %} {% for widget in widgets %} {% for scss_file in widget.scss_files %} {% endfor %} {% endfor %} {% endcompress %} {% compress js %} {% for widget in widgets %} {% for js_file in widget.js_files %} {% endfor %} {% endfor %} {% 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 %}
{% include 'projects/project_questions_head.html' %}

{$ service.page.title $}

{% include 'projects/project_questions_questionset_head.html' %}
{% include 'projects/project_questions_buttons.html' %} {% include 'projects/project_questions_save_error.html' %}
{% include 'projects/project_questions_error.html' %}
{% include 'projects/project_questions_done.html' %}
{% include 'projects/project_questions_modal_form_valuesets.html' %} {% include 'projects/project_questions_modal_delete_valuesets.html' %} {% endblock %}