{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('debit-note-status') }} {{ status_msg('debit-note-status') }} {% endblock %} #} {% block page_header %}
{% if is_granted('ROLE_ADMIN_SALES_MANAGE') %} {% endif %}
View Debit Note.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:DebitNote:show.base.twig' %} {% endblock content%}