{% extends "ddm/public/base.html" %} {% load i18n static ddm_graphs %} {% get_current_language as LANGUAGE_CODE %} {% load render_bundle from webpack_loader %} {% block extrahead %} {% endblock extrahead %} {% block content %}
{% csrf_token %}
{% render_bundle 'vue_questionnaire' %}
{% endblock content %} {% block extrascripts %} {% for script in extra_scripts %} {{ script|safe }} {% endfor %} {% endblock extrascripts %}