{% extends "base.html" %} {% block title %} » Low Carbon Contracts Importer {% endblock %} {% block nav %} Low Carbon Contracts Importer {% endblock %} {% block content %} {% if importer %}

Controls

{% if importer.going.is_set() %} {% endif %}
Is Going? {{importer.going.is_set()}}
Import Now
Progress {{importer.progress}}

Log

{% else %}

Importer not present.

{% endif %} {% endblock %}