{% extends "main_card.html.twig" %} {% import "info_providers/providers.macro.html.twig" as providers_macro %} {% import "helper.twig" as helper %} {% block title %} {% trans %}info_providers.bulk_import.step2.title{% endtrans %} {% endblock %} {% block card_title %} {% trans %}info_providers.bulk_import.step2.title{% endtrans %} {{ job.displayNameKey|trans(job.displayNameParams) }} - {{ job.formattedTimestamp }} {% endblock %} {% block card_content %}
{% trans %}info_providers.bulk_import.step2.instructions.description{% endtrans %}
| {% trans %}name.label{% endtrans %} | {% trans %}description.label{% endtrans %} | {% trans %}manufacturer.label{% endtrans %} | {% trans %}info_providers.table.provider.label{% endtrans %} | {% trans %}info_providers.bulk_import.source_field{% endtrans %} | {% trans %}info_providers.bulk_import.action.label{% endtrans %} | |
|---|---|---|---|---|---|---|
|
|
{% if dto.provider_url is not null %}
{{ dto.name }}
{% else %}
{{ dto.name }}
{% endif %}
{% if dto.mpn is not null %}
{{ dto.mpn }} {% endif %} |
{{ dto.description }} | {{ dto.manufacturer ?? '' }} |
{{ info_provider_label(dto.provider_key)|default(dto.provider_key) }}
{{ dto.provider_id }} |
{{ result.sourceField ?? 'unknown' }}
{% if result.sourceKeyword %}
{{ result.sourceKeyword }} {% endif %} |
{% set updateHref = path('info_providers_update_part',
{'id': part.id, 'providerKey': dto.provider_key, 'providerId': dto.provider_id}) ~ '?jobId=' ~ job.id %}
{% trans %}info_providers.bulk_import.update_part{% endtrans %}
|