{% extends "base.html" %} {% block title %} HHDC Contracts > {{contract.name}} > Automatic HH Data Downloader {% endblock %} {% block nav %} HHDC Contracts > {{contract.name}} > Automatic HH Data Downloader {% endblock %} {% block content %}

Refresh page

{% if task %}
Is Locked? Is stopping?
{{task.is_locked()}} {{task.stopped.isSet()}}

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

Log

{{task.get_status()}}

{% else %}

The importer task has not been started.

{% endif %} {% endblock %}