{% extends 'private/base/base.html.twig' %} {% block stylesheets_addition %} {% endblock %} {% block body %}
{% block topBar %} {% embed 'components/topBar.html.twig' %}{% endembed %} {% endblock %} {% block menu %} {% embed 'components/menu.html.twig' %}{% endembed %} {% endblock %}
{% embed 'components/pageTitle.html.twig' %}{% endembed %}
{% if estimates is not empty %}

{{ 'estimate.ongoing.estimates' | trans }}

{% endif %} {% for estimate in estimates %} {% if estimate.processed != null %} {% else %} {% endif %} {% if estimate.sent != null %} {% else %} {% endif %} {% if estimate.accepted != null %} {% else %} {% endif %} {% endfor %}
{{ estimate.accountingPeriod.end|date("Y") }} {{ estimate.client.name }} {{ estimate.estimateReference }} {{ estimate.grandTotalWithTax }} € {{ 'company.total.including.taxes' | trans([],'company') }} Sent: {{ estimate.sent|date("d-m-Y") }} Accepted: {{ estimate.accepted|date("d-m-Y") }}

{{ 'estimate.new.estimate' | trans }}

{{ form_start(formSelectCompany) }}
{{ form_row(formSelectCompany.client) }}

{{ form_end(formSelectCompany) }}
{% embed 'components/footer.html.twig' %}{% endembed %}
{% embed 'components/sideBar.html.twig' %}{% endembed %} {% block javascripts_addition %} {% endblock %} {% endblock %}