{% extends "base.html" %} {% block title %} {{ campaign.title }} {% endblock %} {% block content %}

{{ campaign.title }}

This campaign will cost ${{ "%.2f"|format(campaign.cost()) }}
({{ campaign.terms|count }} terms run {{ campaign.times_per_term }} times, {{ campaign.terms_per_quiz }} terms per quiz; at a cost of ${{ "%.2f"|format(campaign.reward_per_quiz) }} per quiz.)
{% if campaign.job_generated == False %}
{% elif campaign.answers|count == 0 %}
{% endif %}
Question:

{{ campaign.question }}

{{ campaign.options|count }} Possible answers:
Terms: {% if campaign.job_generated == True %} (Download .csv .json) {% endif %}
Clone this campaign Delete this campaign
{% endblock %}