{% 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 %}
{{ helper.entity_last_modified(part) }}
{{ helper.entity_created_at(part) }}
{# Part mass #} {% if part.mass %}
{{ part.mass | format_si("g") }}
{% endif %} {# Needs Review tag #} {% if part.needsReview %}
{% trans %}part.needs_review.badge{% endtrans %}
{% endif %} {# Favorite Status tag #} {% if part.favorite %}
{% trans %}part.favorite.badge{% endtrans %}
{% endif %} {% if part.obsolete %}
{% trans %}part.obsolete.badge{% endtrans %}
{% endif %} {# Manufacturing status tag #}
{{ helper.m_status_to_badge(part.manufacturingStatus) }}
{# Show tags #} {% if part.tags is not empty %}
{{ helper.string_to_tags(part.tags) }}
{% endif %} {# Info provider badge #} {% if part.providerReference.providerCreated %}
{{ info_provider_label(part.providerReference.providerKey)|default(part.providerReference.providerKey) }}
{% endif %}