{% extends "adminpanel/base.html" %} {% load money %} {% block title %}Quotations — admin{% endblock %} {% block heading %}Quotations{% endblock %} {% block content %}
| Line item | Amount |
|---|---|
| {{ i.description }} | {{ i.amount|naira }} |
| Total | {{ q.total|naira }} |
Create one from a lead and it will show here with its line items and total.
Open leads