{% extends "admin/base.html" %} {% block title %}Admin Dashboard{% endblock %} {% block content %}
Overview of system statistics and recent activity
| User | Project | Amount | Date | Status |
|---|---|---|---|---|
|
{{ quotation.user.username }}
{{ quotation.user.email }}
|
{{ quotation.project_name }} | ${{ "%.2f"|format(quotation.total_cost) }} | {{ quotation.created_at.strftime('%Y-%m-%d %H:%M') }} | Completed |
No recent quotations found.