{% extends "session.html" %} {% block body %}

Campaign info

Sources Sites for this campaign to mine

{% for source in sources %}

{{source|humanize|capitalize}}

Phrase used to search this site
{% if sources[source] %}
{% for attr in sources[source] %} {% endfor %} Items to collect
{% endif %}
How often to collect from this site
{% endfor %}
{% endblock %}