From e06d7f926833d6fba19e57cb2211696e0bdbc6ad Mon Sep 17 00:00:00 2001
From: user Top usernames
{% with data=top_usernames %}
- {% include 'table.html' %}
+ {% include 'table.html' %}
{% endwith %}
Top passwords
{% with data=top_passwords %}
- {% include 'table.html' %}
+ {% include 'table.html' %}
{% endwith %}
Latest login attempts
- {% with data=latest_login_attempts %}
- {% include 'table.html' %}
+ {% with data=latest_login_attempts %}
+ {% include 'table.html' %}
{% endwith %}