{% extends "base.html" %} {% block title %}Admin Portal - MoldCost Pro{% endblock %} {% block content %}

Quotation Records

Calculator Logout
{% for quotation in quotations %} {% endfor %}
Date Company User Model Tooling ID Total Details
{{ quotation.created_at.strftime('%Y-%m-%d %H:%M') }} {{ quotation.user.company }} {{ quotation.user.username }} {{ quotation.model_name }} {{ quotation.tooling_id }} ${{ "{:,.2f}".format(quotation.total_cost) }}
{% for quotation in quotations %} {% endfor %} {% endblock %}