{% extends "base.html" %} {% block title %} » Connection Agreements {% endblock %} {% block nav %} Connection Agreements {% endblock %} {% block content %} {% for ca in cas %} {% set props = ca.properties %} {% endfor %}
Connection Agreements
View Start Date Finish Date Document
View {{ca.start_date|date_format}} {{ca.finish_date|date_format}} {% if 'url' in props %} Document {% endif %}
{% endblock %}