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

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

{% 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 %} {% if not bill.paid %}
{{ csrf_token()|safe }}
{% endif %}
{% endblock %}