{% extends "users/user_base.html" %} {% load i18n %} {% load static %} {% block head %} {{block.super}} {% endblock %} {% block content %}
{{filename}}
{% trans "Duplicates" %} {% trans "(Only the duplicate rows are listed, not the first entries. The count of the rows starts from 1)" %}:
{% trans "Username" %} | {% trans "Rows" %} |
---|---|
{{username}} | {{rows|join:", "}} |
{% trans "Not valid usernames" %} {% trans "(The count of the rows starts from 1)" %}:
{% trans "Row" %} | {% trans "Username" %} |
---|---|
{{entry.0}} | {{entry.1}} |