{% extends "base.html" %}
{% block title %}
» DNO Contracts » {{dno_contract.name}} » LLFCs » {{llfc.code}}
{% endblock %}
{% block nav %}
» DNO Contracts »
{{dno_contract.name}} »
LLFCs
» {{llfc.code}}
{% endblock %}
{% block content %}
Code |
{{llfc.code}} |
Description |
{{llfc.description}} |
Voltage Level |
{{llfc.voltage_level.code}} - {{llfc.voltage_level.name}} |
Is Substation? |
{{llfc.is_substation}} |
Is Import? |
{{llfc.is_import}} |
Valid From |
{{llfc.valid_from|hh_format}} |
Valid To |
{{llfc.valid_to|hh_format}} |
{% endblock %}