{% extends "base.html" %} {% block title %}Contract Report{% endblock %} {% block content %}

📑 Contract Report

{{ month_year_display }}
{{ chart_title }}
{{ pie_title }}
{% if contracts %} {% for contract in contracts %} {% endfor %} {% else %} {% endif %}
No. Project Title Department Manager Contract Date Party B
{{ contract.contract_number or 'N/A' }} {{ contract.project_title or 'N/A' }} {{ contract.department_name or 'N/A' }} {{ contract.username or 'N/A' }} {{ contract.formatted_created_at or 'N/A' }} {{ contract.party_b_signature_name or 'N/A' }}
No contracts found
{% endblock %}