{% extends "authentic2/manager/base.html" %} {% load i18n gadjo staticfiles %} {% block page-title %}{{ block.super }} - {% trans "Import Users" %}{% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block page_title %}{{ report_title }} - {{ report.created }} - {{ report.state }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans 'Users' %} {% trans 'Imports' %} {% trans "Users Import" %} {{ user_import.created }} {{ report_title }} {{ report.created }} {% endblock %} {% block sidebar %} {% endblock %} {% block main %} {% if report.exception %}
{% trans "Exception:" %} {{ report.exception}}
{% endif %} {% if report.importer %} {% with importer=report.importer %} {% if importer.errors %}{% trans "Line" %} | {% for header in importer.headers %}{{ header.name }} {% for flag in header.flags %} {% endfor %} | {% endfor %}{% trans "Action" %} |
---|---|---|
{{ row.line }} | {% for cell in row %}{{ cell.value }} | {% endfor %}{% firstof row.action "-" %} |
{% trans "No row analysed." %}
{% endif %} {% endwith %} {% endif %} {% endblock %}