Back to Jumpserver

Csv Import Modal

apps/templates/_csv_import_modal.html

4.10.16459 B
Original Source

{% extends '_modal.html' %} {% load i18n %} {% block modal_id %}csv_import_modal{% endblock %} {% block modal_title%}csv {% trans 'Import' %}{% endblock %} {% block modal_confirm_id %}btn_csv_import_confirm{% endblock %} {% block modal_body %}

{% csrf_token %} {% trans "Download the imported template or use the exported CSV file format" %}{% trans 'Download the import template' %}

{% trans "Select the CSV file to import" %}

{% endblock %}