BRIDGESTACK
Project Requirements
Question {{ question_num }} of {{ total }}
{{ ((question_num / total) * 100) | int }}%
{{ project.title }}
{% if completed %}
This questionnaire has already been submitted. Thank you!
View confirmation →
{% else %}
{{ question }}
{{ current_answer }}
{% if question_num > 1 %}
← Back
{% endif %}
{% if question_num < total %}
Next →
{% else %} {% if all_answered %}
Submit All Answers ✓
{% else %}
Review Answers →
{% endif %} {% endif %}
{% endif %}
{% for i in range(1, total + 1) %}
{% endfor %}