{% 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 %}
{% endif %}
{% if post_calculation.previous_date is null %}
Es wurde kein vorheriger Arbeitsstand hinterlegt.
{% else %}
{% 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 %}