{% extends "layouts/base.twig" %} {% block title %}{{ translations.materials }}{% endblock %} {% block page_heading %}
{{ translations.edit_stocktaking_subtitle }}
{{ translations.stocktaking_history_subtitle }}
| {{ translations.date }} | {{ translations.employee }} | {{ translations.estimated_value }} | {% if stocktakings is defined and stocktakings is not empty %} {% for stocktaking in stocktakings %} | |
|---|---|---|---|---|
| {{ stocktaking.createdDate }} | {{ stocktaking.employee.displayName }} | {{ stocktaking.estimatedValue|number_format(2, '.', ',') }} {{ translations.currency }} | {{ translations.edit }} | |
| {{ translations.no_stocktakings }} | ||||