{% extends "base.html" %} {% load static %} {% block title %}Contract Detail - AI ML Operations{% endblock %} {% block content %}
| Slug/ID | Type | Amount | % Complete | Start Date | End Date | Actions |
|---|---|---|---|---|---|---|
| {{ cn.slug }} | {{ cn.get_charge_number_type_display }} | ${{ cn.amount|floatformat:2 }} | {{ cn.percent_complete|floatformat:0 }}% | {{ cn.start_date|default:"-" }} | {{ cn.end_date|default:"-" }} | Edit |
There are no charge numbers for this contract.