{% extends '_modal.html' %} {% load i18n %} {% block modal_id %}user_import_modal{% endblock %} {% block modal_title%}{% trans "Import user" %}{% endblock %} {% block modal_body %}

{% trans "Download template or use export csv format" %}

{% csrf_token %}
{% trans 'Download' %}
{% trans 'If set id, will use this id update user existed' %}

{% endblock %} {% block modal_confirm_id %}btn_user_import{% endblock %}