{# app/templates/admin/imports.html #} {% extends "admin/base.html" %} {% from 'shared/macros/pagination.html' import pagination %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/alerts.html' import error_state %} {% from 'shared/macros/modals.html' import job_details_modal %} {% from 'shared/macros/tables.html' import table_wrapper, table_header %} {% block title %}Import Jobs - Platform Monitoring{% endblock %} {% block alpine_data %}adminImports(){% endblock %} {% block extra_scripts %} {% endblock %} {% block content %} {% call page_header_flex(title='Platform Import Jobs', subtitle='System-wide monitoring of all marketplace import jobs') %} {{ refresh_button(onclick='refreshJobs()') }} {% endcall %}
Total Jobs
0
Active Jobs
0
Completed
0
Failed
0
Loading import jobs...
No import jobs found
Try adjusting your filters or wait for new imports