{% extends 'dashboard/layouts/layout.html' %} {% block content %} {%- raw -%}
Current Codeversion {{services_manager.codeversion}}
Current Mode {{services_manager.mode}}
Number Available {{available_count}}
Number Completed {{completed_count}}
Number Pending {{pending_count}}

Active Campaign

Codeversion {{active_campaign.codeversion}}
Mode {{active_campaign.mode}}
Created {{active_campaign.created}}
Goal {{active_campaign.goal}}
New goal must be greater than count of already-completed.
Assignments per round {{active_campaign.assignments_per_round}}
Reward per hit {{active_campaign.hit_reward}}
Duration of hit {{active_campaign.hit_duration_hours}}
Minutes between rounds {{active_campaign.minutes_between_rounds}}
Campaign will automatically cancel if the codeversion is changed.

Create new campaign

The goal for number of completed assignments for this campaign.
$
Reward in format 0.00 for each completed assignment.
How long in hours a participant has to complete the assignment after accepting it.
In order to keep commissions down, each round will post a series of hits with no more than 9 assignments each.
Rounds of assignments will continue to be posted as long as the goal is not met, or until the campaign is cancelled.

Past Campaigns

Id Codeversion Mode Hit Reward Hit Duration (hours) Created Ended Goal Assignments per round Minutes between rounds
No inactive campaigns found.
{%- endraw -%} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}