{% extends "base.html" %} {% block title %}{{ bill.bill_number }}{% endblock %} {% block page_title %}{{ bill.bill_number }}{% endblock %} {% block page_subtitle %}Invoice for {{ bill.order.order_number }}{% endblock %} {% block content %} {% include "partials/breadcrumb.html" %}
PDF not available. {% if can_manage %}Generate invoice{% endif %}