{% include 'pages/navbar.html' %}
← Main page
New campaign
{% if not is_password_protected %}
Warning: The app is unprotected. You should enable
password protection
before sharing the URL with the public.
{% endif %}
List of crowdsourcing campaigns
Id
Service
Created
Progress
Actions
{% for name, campaign in campaigns.items() %}
{% set metadata = campaign.metadata %} {% set campaign_id = metadata.id %}
{{ campaign.metadata.id }}
{{ campaign.metadata.config.service }}
{{ campaign.metadata.created }}
{% include 'include/progress_bar_crowdsourcing.html' %}
{% set metadata = campaign.metadata %} {% include 'include/actions_modal.html' %} {% endfor %}