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