{% load i18n %} {% trans 'WiFi username and passwords' %} {% if users %} {% for row in users %} {% for cell in row %} {% endfor %} {% endfor %}
{% trans 'Username' %} {% trans 'Password' %}
{{ cell }}
{% else %} No user credential data found. If you have upgraded from django-freeradius, please note it is not possible to import user credential data. If you are an operator, please contact system administrator for more information. {% endif %}