{% extends "timepiece/reports/base.html" %} {% load bootstrap_toolkit %} {% load static %} {% load timepiece_tags %} {% block title %}Estimation Accuracy Report{% endblock title %} {% block bodyid %}estimation-accuracy{% endblock bodyid %} {% block crumbs %} {{ block.super }}
  • / Estimation Accuracy Report
  • {% endblock crumbs %} {% block report_nav %} {% with 'estimation_accuracy' as active %} {{ block.super }} {% endwith %} {% endblock report_nav %} {% block extrajs %} {{ block.super }} {% endblock extrajs %} {% block report_content %}
    {% if data %}

    Estimation Accuracy Report

    Based on Completed Fixed Contracts

    {% else %}

    There are no entries which match your query.

    {% endif %}
    {% endblock report_content %}