diff --git a/templates/admin/categories/import.html b/templates/admin/categories/import.html new file mode 100644 index 0000000..4e5b051 --- /dev/null +++ b/templates/admin/categories/import.html @@ -0,0 +1,79 @@ +{% extends 'admin/base.html' %} +{% block _title %}Import/Export{% endblock %} +{% set import_link = 'active' %} +{% block _content %} +

Import/Export

+

Import

+
+
+ + +

Note: Retrospring exports are not supported yet

+
+ +
+ {# +
+
+
+ + + +
+ +
+ #} +

Export

+
+
+ +
+ {% if exports %} +
+ + + + + + + + + {% for export in exports %} + + + + + {% endfor %} + +
DateActions
{{ export.timestamp }} + Download + +
+
+ {% else %} +

No exports created yet

+ {% endif %} +
+{% endblock %} +{% block _scripts %} + +{% endblock %}