{% extends 'D2BillingBundle::layout.html.twig' %} {# {% block heading %} {{ parent() }} {{ status_msg('debit-note-status') }} {{ status_msg('debit-note-status') }} {% endblock %} #} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Delete Back
{% if entity.emailed == false %}
Edit
{% endif %} {% if is_granted('ROLE_ADMIN_CREDIT_MANAGE') %}
Convert To Credit Note
{% endif %}
Download PDF
View Debit Note.
{% endblock page_header %} {% block content %} {% include 'D2BillingBundle:DebitNote:show.base.twig' %} {% endblock content%}