{% extends "imports/base.html" %} {% load dashboard_tags %} {% block title %}{% trans 'Import Users' %}{% endblock %} {% block content %}
{% blocktrans with request.user.username as requser %}You ({{ requser }}) are importing the following file at (time) {% endblocktrans %}({% now "D d M Y P" %}):
{{ file_name }}
{% trans "Note: User Logging Will be Suspended for the duration of import for this session only." %}

{% trans 'loading' %} {% trans "loading ..." %}

 

 

{% endblock %} {% block extra_body %} {{ block.super }} {% endblock %}