{% extends 'staff_questionnaire_base.html' %} {% load static %} {% block content %} {{ block.super }}
{% trans 'There are no questionnaires yet.' %}
{% endif %} {% endblock %} {% block modals %} {{ block.super }} {% trans 'Delete questionnaire' as title %} {% trans 'Do you really want to delete the questionnaire ?' as question %} {% trans 'Delete questionnaire' as action_text %} {% include 'confirmation_modal.html' with modal_id='deleteQuestionnaireModal' title=title question=question action_text=action_text btn_type='danger' %} {% endblock %} {% block additional_javascript %} {% endblock %}