{% extends "BaseAdmin.html" %} {% load i18n %} {% block title %}{% trans 'Import CSV' %}{% endblock %} {% block content %}
{% blocktrans %} If your CSV entries have no problem, click {{ submitMessage }}. {% endblocktrans %}
{% trans 'Result Number:' %}{{ totalNum }}
| {% trans 'Repositry' %} | {% trans 'Errors' %} | {% trans 'Invalid username' %} |
|---|---|---|
| {{ serverId }} | {% ifnotequal invalidCount 0 %} {{ invalidCount }} {% else %} {{ invalidCount }} {% endifnotequal %} | {{ invalidUsers }} |
{% blocktrans %} Following is your CSV entries. This shows first {{ previewNum }} entries only. {% endblocktrans %}
| {{ value }} | {% endfor %}