{% extends "authentic2/manager/base.html" %} {% load i18n gadjo staticfiles %} {% block page-title %}{{ block.super }} - {% trans "Import Users" %}{% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Users' %} {% trans 'Imports' %} {% trans "User Import" %} {{ user_import.created }} {% endblock %} {% block sidebar %} {% endblock %} {% block main %}
{% trans "Rows count:" %} {{ user_import.rows_count }}
{% trans "Creation date" %} | {% trans "State" %} | {% trans "Imported" %} | |
{% if report.state != 'running' %}{{ report.created }}{% else %}{{ report.created }}{% endif %} | {{ report.state }} {% if report.state == 'error' %}"{{ report.exception }}"{% endif %} {% if not report.is_running %}!failed before finishing!{% endif %} | {% if not report.simulate %}{% endif %} | {% if report.simulate %}{% endif %} |