{% extends "base.html" %} {% block title %}My Quotes — KiwiCrib{% endblock %} {% block content %}

My Quotes

Create new quote

{% for quote in quotes %} {% empty %} {% endfor %}
Quote # Status Total Valid until Actions
#{{ quote.id }} {{ quote.get_status_display }} ${{ quote.total_price }} {{ quote.valid_until|date:"Y-m-d" }} View
No quotes found.
{% endblock %}