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