+
+ {% hook 'sections' %}
+
+
diff --git a/templates/admin/import_export/show/content/sections/general.html.twig b/templates/admin/import_export/show/content/sections/general.html.twig
new file mode 100644
index 0000000..0bdff4f
--- /dev/null
+++ b/templates/admin/import_export/show/content/sections/general.html.twig
@@ -0,0 +1,3 @@
+
+
{{ 'sylius_grid_import_export.ui.output_file'|trans }}
+
+ {% if resource.status == 'success' and resource.output %}
+
+
+ {{ resource.output|split('/')|last }}
+
+ {% elseif resource.status == 'failed' %}
+
+
+ {{ 'sylius_grid_import_export.ui.export_failed'|trans }}
+ {% if resource.errorMessage %}
+
+ {{ resource.errorMessage }}
+ {% endif %}
+
+ {% elseif resource.status == 'processing' %}
+
+
+ {{ 'sylius_grid_import_export.ui.processing'|trans }}
+
+ {% else %}
+ {{ 'sylius_grid_import_export.ui.no_output'|trans }}
+ {% endif %}
+
+
diff --git a/templates/admin/import_export/show/content/sections/general/resource.html.twig b/templates/admin/import_export/show/content/sections/general/resource.html.twig
new file mode 100644
index 0000000..59a607e
--- /dev/null
+++ b/templates/admin/import_export/show/content/sections/general/resource.html.twig
@@ -0,0 +1,6 @@
+{% set resource = hookable_metadata.context.resource %}
+
+
+
{{ 'sylius.ui.status'|trans }}
+
{% include '@SyliusGridImportExport/admin/import_export/grid/field/status.html.twig' with {'data': resource.status} %}
+
diff --git a/templates/admin/import_export/show/content/sections/general/table.html.twig b/templates/admin/import_export/show/content/sections/general/table.html.twig
new file mode 100644
index 0000000..4013bab
--- /dev/null
+++ b/templates/admin/import_export/show/content/sections/general/table.html.twig
@@ -0,0 +1,5 @@
+