{% extends "admin/base.html" %} {% block title %}Quotation Details - Admin Panel{% endblock %} {% block content %}

Quotation Details #{{ quotation.id }}

Back to Quotations
{% from "_quotation_details.html" import render_quotation_details %} {{ render_quotation_details(quotation) }} {% endblock %} {% block styles %} {{ super() }} {% endblock %}