{% extends "base.html" %} {% block title %} » National Grid Importer {% endblock %} {% block nav %} National Grid Importer {% endblock %} {% block content %} {% if importer %}
Is Going? | {{importer.going.is_set()}} |
---|---|
Import Now | |
Progress | {{importer.progress}} |
Importer not present.
{% endif %} {% endblock %}