{% import "components/tree_macros.html.twig" as tree %} {% import "helper.twig" as helper %} {# @var entity \App\Entity\Base\AbstractStructuralDBElement #} {% extends "main_card.html.twig" %} {% block title %} {% if entity.id is null %} {{ block("new_title") }} {% else %} {{ block("edit_title")|striptags }} {% endif %} {% endblock %} {% block card_type %} {% if timeTravel is defined and timeTravel is not null %} bg-primary-striped text-white {% else %} bg-primary text-white {% endif %} {% endblock %} {% form_theme form.log_comment 'bootstrap_5_layout.html.twig' %} {% block card_content %}