{% extends "base.html" %} {% block content %} {% load static %}

Contracts

{% if pdf_records %} {% for record in pdf_records %} {% endfor %}
ID Type Topic First Party Second Party Contract Signing Date Contract End Date Duration Of Contract Contract
{{ record.eid }} {{ record.pdftype=contract }} {{ record.topic }} {{ record.first_party }} {{ record.second_party }} {{ record.contract_mou_date|date:"d M Y" }} {{ record.closing_date|date:"d M Y" }} {% if record.res_con_mou_file %} Download {% endif %}
{% else %}

No records found.

{% endif %}
{% endblock content %}