{% extends "master.html" %} {% block title %} - Overview{% endblock %} {% block body %} {% if failed_warning %}
× Some messages have failed. Click here to take action.
{% endif %}

Jobs in Progress

{% for job_type in g.job_types %}

{{ job_type }}

{% for job in g.jobs[job_type] %} {% else %} {% endfor %}
Job ID Phase
{{ job }} Mapping
Nothing happening here right now...
{% else %}
Job ID Phase
Nothing happening here right now...
{% endfor %} click a job type to view its activity

Mappers

{% for mapper, status in g.mappers.iteritems() %} {% if status %} {% else %} {% endif %} {% else %} {% endfor %}
Name Working on
{{ mapper }}Processing job {{ status['job_id'] }}Waiting for a new job...
No mappers registered so far...
click a mapper to view its activity
{% endblock %}