{% extends "base.html" %} {% from "partials/alerts.html" import toast %} {% block title %}Imports ยท CalMiner{% endblock %} {% block head_extra %} {% endblock %} {% block content %} Data Imports Upload CSV or Excel files to preview and commit bulk updates. Upload Projects or Scenarios {% include "partials/import_upload.html" %} {% include "partials/import_preview_table.html" %} Commit Import Cancel {{ toast("import-toast", hidden=True) }} {% endblock %}
Upload CSV or Excel files to preview and commit bulk updates.