{% import "helper.twig" as helper %} {% if timeTravel is not null %} {% trans with {'%timestamp%': timeTravel|format_datetime('short')} %}part.info.timetravel_hint{% endtrans %} {% endif %} {% if part.projectBuildPart %} {% trans %}part.info.projectBuildPart.hint{% endtrans %}: {{ part.builtProject.name }} {% endif %}