{% extends "base.html" %} {% block title %} » DNOs » {{dno.dno_code}} {% endblock %} {% block nav %} DNOs » {{dno.dno_code}} [edit] {% endblock %} {% block content %}

DNO

Code {{dno.dno_code}}
Name {{dno.name}}
Market Participant {{dno.participant.code}}
Start Date {{rate_scripts[0][0]|hh_format }}
Finish Date {{rate_scripts[-1][1]|hh_format }}
Custom Reports
Line Loss Factor Classes LLFCs
{% for start_date, finish_date, script in rate_scripts %} {% endfor %}
Rate Scripts
From To
View {{start_date|hh_format}} {{finish_date|hh_format}}

Voltage Level Parser

This gadget takes a DNO rate spreadsheet for the current financial year and outputs a general import file that updates the LLFC voltage levels and substation flag to make Chellow match the DNO spreadsheet.

{% endblock %}