{% extends "sp_base.html" %} {% block content %} {% csrf_token %} {% for l, u in loggedin.items %} {{ l }} : {{ u }} {% endfor %} {% endblock %}