{% extends '@commons/default.html.twig' %} {% block scripts_pre_loaded %} {% endblock %} {% block content %} {% include '@commons/basics/drop_down.html.twig' %}
{% include '@commons/warning.html.twig' %}

Reststundeneinschätzung

{% if info is defined %}

{% for message in info %} {{ message }}
{% endfor %}

{% endif %} {% if post_calculation.estimation_date is null %}

Es wurde keine aktuelle Einschätzung vermerkt.

{% else %}
Eingabe ist kein gültiger Wert

Einschätzung zum Stand vom: {{ post_calculation.estimation_date }}

{% endif %} {% if post_calculation.previous_date is null %}

Es wurde kein vorheriger Arbeitsstand hinterlegt.

{% else %}

Letzte vorherige Schätzung:
{{ post_calculation.previous_date }}

{% endif %} {% if post_calculation.estimation_date is not null %}

* Pflichtfeld

{% endif %}
{% if not is_admin %} {% if post_calculation.estimation_date is not null and metadata.project_selected %} {% endif %} {% endif %}

Historie

Datum Projektleitung Teamleitung

Maßnahmen der Teamleitung

Datum Treiber Grund +/- Stunden +/- Material +/- Fremdl. +/- Auftragsvol. Bemerkungen RE / h
{% endblock %} {% block scripts_post_loaded %} {% endblock %}