{% extends "base.html.twig" %} {% block content %}
{% trans %}Detail info for{% endtrans %} "{{ part.name }}"
{% trans %}ID:{% endtrans %} {{ part.id }}
{#
{% if part.manufacturerProductUrl %} {{part.name}} {% else %}

{{ part.name }}

{% endif %}

{% if part.description %}{{part.description}}{% else %}-{% endif %}

{{ part.instock }}

{{ part.mininstock}}

{#
{* {$category_full_path}*} {include "../smarty_structural_link.tpl" link=$category_path}
TODO: {{ part.category.fullPath }}
{# {include "../smarty_structural_link.tpl" link=$storelocation_path} TODO: {{ part.storelocation.fullPath }}
{if !$disable_manufacturers}
{include "../smarty_structural_link.tpl" link=$manufacturer_path}
{/if} {if !$disable_footprints}
{include "../smarty_structural_link.tpl" link=$footprint_path}
{if !empty($footprint_filename) && $footprint_valid}
{/if} {if $foot3d_active && !empty($foot3d_filename) && $foot3d_valid}
{/if} {/if}

{if !empty($comment)}{$comment nofilter}{else}-{/if}

{if $can_edit} {/if}
#}
Hersteller

{{ part.name }}

{if $can_order_read && !$instock_unknown}
{if $manual_order_exists} {else} {if $auto_order_exists} {% trans %}Das Bauteil wird unter "Zu bestellende Teile"aufgelistet, da der Bestand kleiner als der Mindestbestand ist.{% endtrans %} {else}

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

{$datetime_added} {if !empty($creation_user)} {% trans %}durch{% endtrans %} {if $can_visit_user} {$creation_user} {else} {$creation_user} {/if} {/if}

{$last_modified} {if !empty($last_modified_user)} {% trans %}durch{% 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 %}