{% extends "base.html" %} {% block title %} » Connection Agreements {% endblock %} {% block nav %} Connection Agreements {% endblock %} {% block content %}
| 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 |