{% extends "base.html" %} {% load static %} {% block title %}Client Reports - AI ML Operations{% endblock %} {% block content %}
| Contract Name | Total Budget (Hours) | Total Logged (Hours) | Remaining Budget (Hours) |
|---|---|---|---|
| {{ c.name }} | {{ c.budget_hours }} | {{ c.total_logged }} | {{ c.remaining_budget }} |
No data available to report.
{% endif %}