{% extends "base.html" %} {% block title %} » Connection Agreements » {{ca.id}} {{ca.start_date|hh_format}} {% endblock %} {% block inside_head %} {% endblock %} {% block nav %} Connection Agreements » {{ca.id}} {{ca.start_date|hh_format}} [edit] {% endblock %} {% block content %} {% set props = ca.properties %}
Connection Agreement
Start Date Finish Date Filename File Type Download
{{ca.start_date|hh_format}} {{ca.finish_date|hh_format}} {{props.get('filename')}} {{props.get('mime_type')}} Download
{% for elname, sup in elements.items() %} {% set era = sup.eras[-1] %} {% endfor %}
Associated Elements
Name Primary Supply
View Import MPAN Core Export MPAN Core
{{elname}} View {{era.imp_mpan_core or ''}} {{era.exp_mpan_core or ''}}

Document

{% for era in eras %} {% endfor %}
Attached Eras
View Supply Start Date Import MPAN Core Export MPAN Core
View {{era.start_date|hh_format}} {% if era.imp_mpan_core is not none %} {{era.imp_mpan_core}} {% endif %} {% if era.exp_mpan_core is not none %} {{era.exp_mpan_core}} {% endif %}

Properties

{{props}}
{% endblock %}