{% extends "base.html" %} {% block title %} » DNOs » {{dno.dno_code}} » LLFCs {% endblock %} {% block nav %} DNOs » {{dno.dno_code}} » LLFCs {% endblock %} {% block content %} {% for llfc in llfcs %} {% endfor %}
Line Loss Factor Classes (Download CSV)
Code Description Voltage Level Is Substation? Is Import? Valid From Valid To
{{llfc.code}} {{llfc.description}} {{llfc.voltage_level.code}} - {{llfc.voltage_level.name}} {% if llfc.is_substation %} Has Substation {% else %} No Substation {% endif %} {% if llfc.is_import %} Import {% else %} Export {% endif %} {{llfc.valid_from|hh_format}} {{llfc.valid_to|hh_format}}
{% endblock %}