{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('quote-links') }} {% endblock %} #} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Delete Back
{% if is_granted('ROLE_ADMIN_QUOTE_EDIT') %}
Edit
{% endif %} {% if entity.invoice is null %} {% if is_granted('ROLE_ADMIN_INVOICE_VIEW') %}
Convert To Invoice
{% endif %} {% endif %}
Download PDF
View Quotation.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:Quote:show.base.twig' %} {% endblock content%}