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

{{ translations.stocktaking }}

{{ translations.stocktaking_subtitle }}

{% endblock %} {% block content %}

{{ translations.stocktaking_history }}

{{ translations.stocktaking_history_subtitle }}

{% if errors is defined and errors is not empty %}
{% endif %}
{% if stocktakings is defined and stocktakings is not empty %} {% set last = stocktakings|first %}
{% endif %}
{% if stocktakings is defined and stocktakings is not empty %} {% for stocktaking in stocktakings %} {% endfor %} {% else %} {% endif %}
{{ translations.date }} {{ translations.employee }} {{ translations.estimated_value }}
{{ stocktaking.createdDate }} {{ stocktaking.employee.displayName }} {{ stocktaking.estimatedValueNet|number_format(2, '.', ' ') }} ({{ stocktaking.estimatedValueGross|number_format(2, '.', ' ') }})
{{ translations.no_stocktakings }}
{% endblock %} {% block scripts %} {% endblock %}