{% extends 'base.html' %}{% block content %}

{% if duplicate_mode %}{{t('assets.duplicate')}}{% elif asset %}{{t('common.edit')}} {{t('app.assets')}}{% else %}{{t('assets.create')}}{% endif %}

{% if duplicate_mode %}

The original asset data was copied. Asset tag and MeshCentral node ID were cleared.

{% endif %}
{% if selected %}{% for f in selected.visible_fields if f.active %}{% set d=f.definition %}{% set custom=d and not d.is_system %}{% set value=custom_values.get(f.field_name) if custom else (asset|attr(f.field_name) if asset else '') %} {% endfor %}{% endif %}
{{ t('images.library', 'Standardbild-Bibliothek') }}
{{ t('images.library_help', 'Wähle ein bereits vorhandenes Standardbild oder füge ein Bild einmalig zur Bibliothek hinzu.') }}
{% if standard_images %}
{% for item in standard_images %} {% endfor %}
{% else %}
{{ t('images.library_empty', 'Noch keine Standardbilder vorhanden.') }}
{% endif %} {{ t('images.library_upload_help', 'Das Bild wird einmal in der gemeinsamen Bibliothek gespeichert und kann danach bei weiteren Assets und Kategorien wiederverwendet werden.') }}
{% if asset and not duplicate_mode %} {% endif %} {% endblock %}