{% extends "layouts/base.twig" %} {% block title %}{{ translations.new_offer }}{% endblock %} {% block page_heading %}

{{ translations.new_offer }}

{{ translations.create_offer_subtitle }}

{% endblock %} {% block content %}
{% if information %} {% for inf in information %}
{{ inf }}
{% endfor %} {% endif %} {% if errors %} {% for error in errors %}
{{ error }}
{% endfor %} {% else %}

{{ translations.offer_products }}
{# dynamic rows via JavaScript #}
{{ translations.product }} {{ translations.quantity }} {{ translations.unit_price }} [{{ currency_symbol }}] {{ translations.discount_type }} {{ translations.discount_value }} {{ translations.calculated_discount }} {{ translations.final_price }} [{{ currency_symbol }}]
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}