|
@@ -0,0 +1,10 @@
|
|
|
|
|
+{% extends '../layout/admin.html' %}
|
|
|
|
|
+
|
|
|
|
|
+{% block html_title %}{{ customizeService.generateCustomTitleForFixedPageName(t('Import Data')) }}{% endblock %}
|
|
|
|
|
+
|
|
|
|
|
+{% block content_header %}
|
|
|
|
|
+<h1 class="title">{{ t('not_found_page.page_not_exist') }}</h1>
|
|
|
|
|
+{% endblock %}
|
|
|
|
|
+
|
|
|
|
|
+{% block content_main %}
|
|
|
|
|
+{% endblock content_main %}
|