{% extends "./layout/default" %} {% block breadcrumbs %} {{ Breadcrumbs.render }} {% endblock %} {% block content %} {# Initial display. Will refresh (and disappear almost immediately. #}

{{ trans('import.status_wait_title') }}

{{ trans('import.status_wait_text') }}

{# Fatal error display. Will be shown (duh) when something goes horribly wrong. #} {# box to show when job is running ... #} {# Box for when the job is ready to start #} {# Box for when the job is running! #} {# displays the finished status of the import #} {# box to show error information. #} {# #} {% endblock %} {% block scripts %} {% endblock %} {% block styles %} {% endblock %}