- {% for e in u.get_formatted_2fa_successful_logins() %}
- {% if e.can_bypass_2fa %}- {{ e.ip }} - {{ e.fmt_time() }} - BYPASS 2FA
- {% else %}- {{ e.ip }} - {{ e.fmt_time() }}
{% endif %}
- {% endfor %}
+ {% for e in u.get_formatted_2fa_successful_logins() %}
+ {% if e.can_bypass_2fa %}
+ - {{ e.ip }} - {{ e.fmt_time() }} - BYPASS 2FA
+ {% else %}
+ - {{ e.ip }} - {{ e.fmt_time() }}
+ {% endif %}
+ {% endfor %}
{% endif %}
+
+
+