{% extends "base.html" %}
{% block title %}
» DNOs » {{dno.dno_code}}
{% endblock %}
{% block nav %}
DNOs » {{dno.dno_code}}
{% endblock %}
{% block content %}
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
|
Meter Timeswitch Classes |
MTCs
|
Valid combinations of MTC and SSC |
MTC SSCs
|
Valid combinations of MTC and LLFC |
MTC LLFCs
|
Valid combinations of MTC, LLFC and SSC |
MTC LLFC SSCs
|
Valid combinations of PC, LLFC, SSC and MTC for NHH supplies |
MTC LLFC SSC PCs
|
Old Valid combinations of PC, LLFC, SSC and MTC |
Old Valid Combinations
|
Rate Scripts
|
From |
To |
{% for start_date, finish_date, script in rate_scripts %}
View
|
{{start_date|hh_format}} |
{{finish_date|hh_format}} |
{% endfor %}
{% endblock %}