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