{% extends "base.html" %} {% block title %} » Rate Server Importer {% endblock %} {% block nav %} Rate Server Importer {% endblock %} {% block content %} {% if importer %}
Is Locked? | {{importer.is_locked()}} |
---|
The rate server details can be set in the configuration with an entry like:
"rate_server": { "url": "https://api.github.com/repos/WessexWater/chellow-rates", "branch": "main", },{% if importer.is_locked() %}
Progress: {{importer.progress}}
{% endif %}Importer not present.
{% endif %} {% endblock %}