{% extends "base.html.twig" %} {% block title %} {% trans %}part.info.title{% endtrans %} {{ part.name }} {% endblock %} {% block content %}
{% trans %}part.info.title{% endtrans %} "{{ part.name }}"
{% trans %}id.label{% endtrans %}: {{ part.id }}
{{ part.manufacturer.name ?? ""}}

{{ part.name }}

{{ part.description }}
{{ part.storelocation.fullPath ?? "-"}}
{{ part.instock }} / {{ part.mininstock }}
{{ part.footprint.fullPath ?? "-"}}
{{ "TODO" }}
{% if part.comment != "" %}
{{ part.comment }}
{% endif %}

{# {if $can_order_read && !$instock_unknown}
{if $manual_order_exists} {else} {if $auto_order_exists} {% trans %}The part is listed under "Parts marked for ordering", because the in stock amount is less than the minimum in stock value.{% endtrans %} {else}

{/if} {/if}
{/if} #}

{{ part.datetimeAdded | date}} {#{if !empty($creation_user)} {% trans %}by{% endtrans %} {if $can_visit_user} {$creation_user} {else} {$creation_user} {/if} {/if} #}

{{ part.addedDate | date }} {# {if !empty($last_modified_user)} {% trans %}by{% endtrans %} {if $can_visit_user} {$last_modified_user} {else} {$last_modified_user} {/if} {/if} #}

{#
{if $can_generate_barcode} {if count($barcode_profiles) > 0}
{else} {/if}

{/if}

#}
{% endblock %}