{% extends 'base.html.twig' %} {% block title %} {% trans %}Market{% endtrans %} 1.3 {% trans %}Bill of quantities{% endtrans %} {% endblock %} {% block content %} {% trans %}Back{% endtrans %} {% if billOfQuantity %} {% trans %}Download form{% endtrans %} {% endif %}
{{ form_start(form, {attr: {class: 'form-inline'}}) }}
{{ form_widget(form.file) }}
{{ form_end(form) }}
{% if billOfQuantity %} {% else %}
{% trans %}The form is not uploaded{% endtrans %}
{% endif %}
{% endblock %}