{% extends "base.html" %} {% block title %} » DNO Contracts » {{contract.name}} » LLFCs {% endblock %} {% block nav %} » DNO Contracts » {{contract.name}} » LLFCs {% endblock %} {% block content %}

Line Loss Factor Classes

{% for llfc in llfcs %} {% endfor %}
Code Description Voltage Level Is Substation? Is Import?
{{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 %}
{% endblock %}