{% extends "base.html" %} {% block title %} » Elexon Importer {% endblock %} {% block nav %} Elexon Importer [edit] {% endblock %} {% block content %} {% if importer %}

Configuration [edit]

{% if scripting_key is none %}

The Elexon scripting key needs to be set.

{% else %}

Elexon Scripting Key: {{scripting_key}}

{% endif %}

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 %}