{% extends 'bill/update_quote.html' %} {% block header %}

{% block title %}{% trans billnumber=bill.bill_number %}Bill #{{ billnumber }}{% endtrans %}{% endblock %}

{% endblock %} {% block left_panel %} {{ super() }} {% endblock %} {% block mention_panel %} {% endblock %} {% block actions %}
{% if bill.quote_number %} {% trans %}View quote{% endtrans %} {% trans %}Send quote email{% endtrans %} {% endif %} {% trans %}View bill{% endtrans %} {% trans %}Send bill email{% endtrans %}
{% endblock %}