{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('invoice-status') }} {{ status_msg('invoice-links') }} {% endblock %} #} {% block page_header %}
Back
{% if entity.status == 'outstanding' %} {% if is_granted('ROLE_ADMIN_SALES_VIEW') %}
{#
Convert To Credit Note
#}
{% endif %} {% endif %}
Download PDF
View
Invoice
.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:Invoice:show.base.twig' %} {% endblock content%}