{% extends "base.html" %} {% block title %} » DC Contracts » {{contract.name}} » Automatic HH Data Downloader {% endblock %} {% block nav %} » DC Contracts » {{contract.name}} » Automatic HH Data Downloader {% endblock %} {% block content %} {% if task %}

Automatic HH Data Downloader

Refresh page
Is Locked? Is stopping?
{{task.is_locked()}} {{task.stopped.isSet()}}

Import Now

{% if not task.is_locked() %}
{% endif %}

Log

{{ task.get_status() }}

    {% for message in task.messages %}
  • {{message}}
  • {% endfor %}
{% else %}

The importer task has not been started.

{% endif %} {% endblock %}