{% 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 Filename File Type Download
View {{ca.start_date|hh_format}} {{ca.finish_date|hh_format}} {% if 'filename' in props %} {{props['filename']}} {% endif %} {% if 'mime_type' in props %} {{props['mime_type']}} {% endif %} Download
{% endblock %}