{{ view_model.details.description[0] }}
{% for paragraph in view_model.details.description[1] %}{{ paragraph
}}
{% endfor %}
{% from 'macros/tooltips.html' import info_tooltip %} {% from 'macros/copy_toggle.html' import copy_toggle %} {% macro plan_details(view_model) %}
{{ view_model.details.plan_id[0] }}
{{ view_model.details.plan_id[1] }} {{ copy_toggle(view_model.details.plan_id[1]) }}
{{ view_model.details.description[0] }}
{% for paragraph in view_model.details.description[1] %}{{ paragraph
}}
{% endfor %}
{{ view_model.details.product_name[0] }}
{{ view_model.details.product_name[1] }}
{{ view_model.details.planner[0] }}
{{ view_model.details.activity_string[0] }}
{{ view_model.details.activity_string[1] }}
{{ view_model.details.timeframe[0] }}
({{ view_model.details.active_days}} / {{ view_model.details.timeframe[1] }})
{{ view_model.details.amount[0] }}
{{ view_model.details.amount[1] }}
{{ view_model.details.production_unit[0] }}
{{ view_model.details.production_unit[1] }}
{{ view_model.details.means_cost[0] }}
{{ view_model.details.means_cost[1] }}
{{ view_model.details.resources_cost[0] }}
{{ view_model.details.resources_cost[1] }}
{{ view_model.details.labour_cost[0] }}
{{ view_model.details.labour_cost[1] }}
{{ view_model.details.type_of_plan[0] }}
{{ view_model.details.type_of_plan[1] }}
{{ view_model.details.price_per_unit[0] }}
{{ view_model.details.price_per_unit[1] }} {% if view_model.details.price_per_unit[2] %} {{ "hands-helping"|icon }} {% endif %}
{{ view_model.details.labour_cost_per_unit[0] }}
{{ view_model.details.labour_cost_per_unit[1] }}