{% extends "admin/base.html" %} {% block admin_title %}Quotation Details{% endblock %} {% block admin_header %}Quotation Details{% endblock %} {% block admin_actions %} Back to Quotations {% endblock %} {% block admin_content %} {% from "_quotation_details.html" import render_quotation_details %} {{ render_quotation_details(quotation) }} {% endblock %} {% block styles %} {{ super() }} {% endblock %}