{% load i18n %}
{% trans 'WiFi username and passwords' %}
{% trans 'Username' %}
{% trans 'Password' %}
{% for row in users %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}