{% 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 %}
Refresh page
Is Locked? Is stopping?
{{task.is_locked()}} {{task.stopped.isSet()}}
Import Now

Log

{{ task.get_status() }}

{% else %}

The importer task has not been started.

{% endif %} {% endblock %}