{% extends "base.html" %} {% block title %} » Industry Contracts {% endblock %} {% block nav %} Industry Contracts {% endblock %} {% block content %}

Industry Contracts

{% for contract in contracts %} {% endfor %}
Name Start Date Finish Date
{{contract.code}} {{contract.start_date|hh_format}} {{contract.finish_date|hh_format}}
{% endblock %}