{% extends 'auth/dashboard.html' %} {% load static contract_tags %} {% block title %}Sign Group Contract #{{ contract.id }} - Bomabest Agriservices{% endblock %} {% block content %}
| Item | Quantity | Unit Price | Total |
|---|---|---|---|
| {{ ci.input.variety }} | {{ ci.quantity }} | KES {{ ci.unit_price|floatformat:2 }} | KES {{ ci.quantity|multiply:ci.unit_price|floatformat:2 }} |
| No items in this contract | |||
No terms available.
{% endif %}👆 Please scroll and read the terms carefully before signing.