{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('credit-note-status') }} {{ status_msg('credit-note-links') }} {% endblock %} #} {% block page_header %}
{% if entity.invoice is null %} {% if is_granted('ROLE_ADMIN_SALES_VIEW') %} {% endif %} {% endif %}
View Credit Note.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:CreditNote:show.base.twig' %} {% endblock content%}