{% extends 'jumbo/base_form.html' %} {% load i18n form label %} {% block title %}{{ title_form }}{% endblock %} {% block js %} {{ block.super }} {% include 'jquery/autocomplete.html' %} {% endblock %} {% block content %}
{% csrf_token %}

{{ title_form }}

{% trans 'Invoice Number' %} {{ form.instance.invoice.number }} {% trans 'of' %} {{ form.instance.invoice.date_i }}

{% trans 'General Information' %}

{% if is_popup %}{% endif %}
{{ form.product_c.errors }} {% label form.product_c %} {{ form.product_c }} {{ form.product }} Add Another
{% if form.instance.id %} {% div_form form.description %} {% div_form form.long_description %} {% div_form form.vat %} {% div_form form.store_cause %} {% div_form form.project %} {% div_form form.quantity %} {% div_form form.price %} {% div_form form.fee %} {% div_form form.discount %} {% endif %}

{% endblock %}