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