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

{{ translations.edit_stocktaking }}

{{ translations.edit_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 %} {% for stocktaking in stocktakings %} {% endfor %} {% else %} {% endif %}
{{ translations.date }} {{ translations.employee }} {{ translations.estimated_value }}
{{ stocktaking.createdDate }} {{ stocktaking.employee.displayName }} {{ stocktaking.estimatedValue|number_format(2, '.', ',') }} {{ translations.currency }} {{ translations.edit }}
{{ translations.no_stocktakings }}
{% endblock %} {% block scripts %} {% endblock %}