| Is Locked? | Is stopping? |
|---|---|
| {{task.is_locked()}} | {{task.stopped.isSet()}} |
{% 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 %}
| Is Locked? | Is stopping? |
|---|---|
| {{task.is_locked()}} | {{task.stopped.isSet()}} |
{{ task.get_status() }}
The importer task has not been started.
{% endif %} {% endblock %}