{% extends "orga/cfp/base.html" %} {% load i18n %} {% block cfp_content %}
{% trans "Question" %} | {% trans "Target" %} | {% trans "required" %} | {% trans "active" %} | |
---|---|---|---|---|
{{ question.question }} | {{ question.get_target_display }} | {% if not forloop.last %} {% endif %} {% if not forloop.first %} {% endif %} | ||
{% trans "You have configured no questions yet." %} | {% trans "Add a question now!" %} |